[issue37267] os.dup() creates an inheritable fd when handling a character file on Windows

STINNER Victor report at bugs.python.org
Mon Jun 17 04:45:29 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:


New changeset 693945d45dfe50c843970cab3e3aa1fa3a3eddbe by Victor Stinner (Miss Islington (bot)) in branch '3.8':
bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) (GH-14140)
https://github.com/python/cpython/commit/693945d45dfe50c843970cab3e3aa1fa3a3eddbe


----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37267>
_______________________________________


More information about the Python-bugs-list mailing list