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 vstinner
Recipients dholth, r.david.murray, vstinner
Date 2013-07-12.19:01:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373655669.96.0.0567116035277.issue18373@psf.upfronthosting.co.za>
In-reply-to
Content
When I added os.environb, I had issues with the ByteWarning, in os.get_exec_path() if I remember correctly. I had to play with warmings.catch_warning(). A thread variable would simplify the code.
History
Date User Action Args
2013-07-12 19:01:10vstinnersetrecipients: + vstinner, r.david.murray, dholth
2013-07-12 19:01:09vstinnersetmessageid: <1373655669.96.0.0567116035277.issue18373@psf.upfronthosting.co.za>
2013-07-12 19:01:09vstinnerlinkissue18373 messages
2013-07-12 19:01:09vstinnercreate