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 Gustavo Goretkin, ned.deily, ronaldoussoren, vstinner
Date 2016-02-11.22:43:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455230632.05.0.93880022726.issue26343@psf.upfronthosting.co.za>
In-reply-to
Content
FYI Python creates non-inheritable file descriptors by default since Python 3.4: PEP 446.

See also the PEP 433 which has more information on OS support, especially:
https://www.python.org/dev/peps/pep-0433/#atomic-flags
History
Date User Action Args
2016-02-11 22:43:52vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily, Gustavo Goretkin
2016-02-11 22:43:52vstinnersetmessageid: <1455230632.05.0.93880022726.issue26343@psf.upfronthosting.co.za>
2016-02-11 22:43:52vstinnerlinkissue26343 messages
2016-02-11 22:43:51vstinnercreate