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 brian.curtin
Recipients brian.curtin, jaraco
Date 2010-04-08.01:29:49
SpamBayes Score 6.456133e-06
Marked as misclassified No
Message-id <1270690192.31.0.578672676309.issue8342@psf.upfronthosting.co.za>
In-reply-to
Content
I have this fixed locally in a version of your os.symlink patch. The solution is to add the directory sys.executable is from to os.environ["Path"], then that test should pass the custom environment when the subprocess is created. I meant to update you on the patch I was almost ready to check-in -- I'll send it in private.

Overall, I don't believe there is an issue here so I'll close this.
History
Date User Action Args
2010-04-08 01:29:52brian.curtinsetrecipients: + brian.curtin, jaraco
2010-04-08 01:29:52brian.curtinsetmessageid: <1270690192.31.0.578672676309.issue8342@psf.upfronthosting.co.za>
2010-04-08 01:29:50brian.curtinlinkissue8342 messages
2010-04-08 01:29:49brian.curtincreate