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 Daniel.Goertzen, castironpi, christian.heimes, ggenellina, jnoller, sbt, tim.golden, vstinner
Date 2014-02-13.13:52:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392299562.92.0.223764513478.issue4708@psf.upfronthosting.co.za>
In-reply-to
Content
The PEP 446 has been implemented in Python 3.4 and all file descriptors and sockets are now created non-inheritable by default. Use os.set_inheritable() to make the pipe fds inheritable.
History
Date User Action Args
2014-02-13 13:52:43vstinnersetrecipients: + vstinner, ggenellina, christian.heimes, tim.golden, jnoller, castironpi, Daniel.Goertzen, sbt
2014-02-13 13:52:42vstinnersetmessageid: <1392299562.92.0.223764513478.issue4708@psf.upfronthosting.co.za>
2014-02-13 13:52:42vstinnerlinkissue4708 messages
2014-02-13 13:52:42vstinnercreate