]> granicus.if.org Git - python/commit
Fix the test_subprocess failure when sys.executable is meaningless: '' or a directory.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Thu, 11 Mar 2010 00:56:59 +0000 (00:56 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Thu, 11 Mar 2010 00:56:59 +0000 (00:56 +0000)
commite58d91c8f009813dce18711d85f941dc87a7ac5f
treeb81e5f220e7d79022441f9615aff1dc998e70190
parent85677617d51f607b41ac64bf4cca8c38b6fd771a
Fix the test_subprocess failure when sys.executable is meaningless: '' or a directory.
It does not fix #7774.
Lib/sysconfig.py
Lib/test/test_subprocess.py