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 neologix
Recipients Christoph.Mathys, neologix, orsenthil, pitrou
Date 2011-01-10.21:48:30
SpamBayes Score 0.001958242
Marked as misclassified No
Message-id <1294696126.5.0.0433647356239.issue10394@psf.upfronthosting.co.za>
In-reply-to
Content
It's now fixed in py3k, FD_CLOEXEC is set atomically (using pipe2 if available, otherwise it still has the GIL protection). See http://svn.python.org/view?view=rev&revision=87207
History
Date User Action Args
2011-01-10 21:48:46neologixsetrecipients: + neologix, orsenthil, pitrou, Christoph.Mathys
2011-01-10 21:48:46neologixsetmessageid: <1294696126.5.0.0433647356239.issue10394@psf.upfronthosting.co.za>
2011-01-10 21:48:30neologixlinkissue10394 messages
2011-01-10 21:48:30neologixcreate