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 neologix, pitrou, vstinner
Date 2011-05-27.14:10:59
SpamBayes Score 6.6421024e-05
Marked as misclassified No
Message-id <1306505461.65.0.724394863657.issue12196@psf.upfronthosting.co.za>
In-reply-to
Content
pipe2() makes it possible to create a pipe O_CLOEXEC or O_NONBLOCK atomically, which can be quite useful, especially in multi-threaded code. It would be nice to expose it in the os module.
Patch attached.
History
Date User Action Args
2011-05-27 14:11:01neologixsetrecipients: + neologix, pitrou, vstinner
2011-05-27 14:11:01neologixsetmessageid: <1306505461.65.0.724394863657.issue12196@psf.upfronthosting.co.za>
2011-05-27 14:11:00neologixlinkissue12196 messages
2011-05-27 14:11:00neologixcreate