Message148356
> You could also add a test to test_sys ensuring that sys.executable
> is always executable.
And that sys.executable is absolute?
sys.executable is an empty string if sys.argv[0] has been changed and Python is unable to retrieve the real path to the Python executable. See the issue #7774. The fact that sys.executable can be empty should be documented. |
|
Date |
User |
Action |
Args |
2011-11-25 20:04:24 | vstinner | set | recipients:
+ vstinner, ronaldoussoren, pitrou, schmir, eric.araujo, eli.bendersky, flox, docs@python, eric.snow, petri.lehtinen |
2011-11-25 20:04:24 | vstinner | set | messageid: <1322251464.7.0.338952798709.issue13402@psf.upfronthosting.co.za> |
2011-11-25 20:04:24 | vstinner | link | issue13402 messages |
2011-11-25 20:04:24 | vstinner | create | |
|