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 eryksun, izbyshev, steve.dower, vstinner
Date 2020-12-04.23:48:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607125689.63.0.920801910909.issue42569@roundup.psfhosted.org>
In-reply-to
Content
> In Windows, the fopen() and _wfopen() calls here should use the non-standard "N" flag [1] to open a non-inheritable file descriptor and skip calling set_inheritable().

Interesting. Do you want to propose a PR to enhance the Python implementation?
History
Date User Action Args
2020-12-04 23:48:09vstinnersetrecipients: + vstinner, eryksun, steve.dower, izbyshev
2020-12-04 23:48:09vstinnersetmessageid: <1607125689.63.0.920801910909.issue42569@roundup.psfhosted.org>
2020-12-04 23:48:09vstinnerlinkissue42569 messages
2020-12-04 23:48:09vstinnercreate