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 sbt, tim.golden, vstinner
Date 2014-04-29.08:59:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398761981.56.0.701422046655.issue21384@psf.upfronthosting.co.za>
In-reply-to
Content
The PEP 446 was implemented in Python 3.4. All file descriptors are now created non inheritable. The implementation was not finished on Windows, handles may be created inheritable. The Python code should be audoted for that.

For example, hCryptProv in Python/random.c is inheritable or not?
History
Date User Action Args
2014-04-29 08:59:41vstinnersetrecipients: + vstinner, tim.golden, sbt
2014-04-29 08:59:41vstinnersetmessageid: <1398761981.56.0.701422046655.issue21384@psf.upfronthosting.co.za>
2014-04-29 08:59:41vstinnerlinkissue21384 messages
2014-04-29 08:59:41vstinnercreate