Message100843
getpath.patch: another patch written by flox. If argv[0] is set to a non existent program name, sys.executable is set to an empty string instead of a directory name.
Example of the bug with Python 2.5:
$ sh -c "exec -a xxx python -c 'import sys, os; print repr(sys.executable), repr(os.getcwd())'"
'/home/haypo/' '/home/haypo' |
|
Date |
User |
Action |
Args |
2010-03-11 11:30:35 | vstinner | set | recipients:
+ vstinner, ronaldoussoren, pitrou, schmir, tarek, jnoller, ezio.melotti, flox |
2010-03-11 11:30:35 | vstinner | set | messageid: <1268307035.58.0.457722173269.issue7774@psf.upfronthosting.co.za> |
2010-03-11 11:30:34 | vstinner | link | issue7774 messages |
2010-03-11 11:30:33 | vstinner | create | |
|