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 ZackerySpytz
Recipients ZackerySpytz, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-06-13.10:12:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560420750.69.0.156424123047.issue37267@roundup.psfhosted.org>
In-reply-to
Content
In PR 13739, Eryk Sun mentioned that the Windows implementation of os.dup() returns an inheritable fd when handling a character file. A comment in _Py_dup() makes it seem as though this is due to a belief that handles for character files cannot be made non-inheritable (which is wrong).
History
Date User Action Args
2019-06-13 10:12:30ZackerySpytzsetrecipients: + ZackerySpytz, paul.moore, tim.golden, zach.ware, steve.dower
2019-06-13 10:12:30ZackerySpytzsetmessageid: <1560420750.69.0.156424123047.issue37267@roundup.psfhosted.org>
2019-06-13 10:12:30ZackerySpytzlinkissue37267 messages
2019-06-13 10:12:30ZackerySpytzcreate