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 eryksun
Recipients benjamin.peterson, eryksun, izbyshev, vstinner
Date 2018-02-18.02:26:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518920777.51.0.467229070634.issue32862@psf.upfronthosting.co.za>
In-reply-to
Content
In Windows the CRT file descriptor is actually still inheritable. This only makes the underlying OS handle non-inheritable. I don't think there's a way to make an existing FD non-inheritable using public CRT functions. See issue 32865.
History
Date User Action Args
2018-02-18 02:26:17eryksunsetrecipients: + eryksun, vstinner, benjamin.peterson, izbyshev
2018-02-18 02:26:17eryksunsetmessageid: <1518920777.51.0.467229070634.issue32862@psf.upfronthosting.co.za>
2018-02-18 02:26:17eryksunlinkissue32862 messages
2018-02-18 02:26:17eryksuncreate