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 r.david.murray
Recipients Arfrever, Keith.Dart, eric.araujo, kdart, knny-myer, nvetoshkin, orsenthil, r.david.murray
Date 2011-02-05.18:30:55
SpamBayes Score 7.514492e-05
Marked as misclassified No
Message-id <1296930655.83.0.0295848583743.issue11063@psf.upfronthosting.co.za>
In-reply-to
Content
If you do 'python -c "import uuid" under strace, _posixsubprocess is definitely loaded, and a pipe2 call is made.

Take a look at the code starting at (py3k trunk) line 418 (try:).  That's where the weird stuff happens, which is what the patch is addressing.

Ken: thanks for working on this.
History
Date User Action Args
2011-02-05 18:30:55r.david.murraysetrecipients: + r.david.murray, orsenthil, kdart, eric.araujo, Arfrever, nvetoshkin, knny-myer, Keith.Dart
2011-02-05 18:30:55r.david.murraysetmessageid: <1296930655.83.0.0295848583743.issue11063@psf.upfronthosting.co.za>
2011-02-05 18:30:55r.david.murraylinkissue11063 messages
2011-02-05 18:30:55r.david.murraycreate