This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients ned.deily, ronaldoussoren, vinay.sajip
Date 2012-07-14.01:06:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342228020.91.0.986121894954.issue15307@psf.upfronthosting.co.za>
In-reply-to
Content
v5 fixes the non normalized path issue.  However, the PYTHONEXECUTABLE env var -> argv processing is still broken, as detected by the test_osx_env failure.  It's definitely caused by interaction between pythonw.c and the main interpreter; if the interpreter is launched directly (not via pythonw), PYTHONEXECUTABLE works correctly.

Also, the patch needs to be tab-free: no more tabs for C files!
History
Date User Action Args
2012-07-14 01:07:01ned.deilysetrecipients: + ned.deily, vinay.sajip, ronaldoussoren
2012-07-14 01:07:00ned.deilysetmessageid: <1342228020.91.0.986121894954.issue15307@psf.upfronthosting.co.za>
2012-07-14 01:07:00ned.deilylinkissue15307 messages
2012-07-14 01:06:59ned.deilycreate