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 ZackerySpytz, daveb, eryksun, josh.r, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-07-11.10:11:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562839902.53.0.993207759313.issue37549@roundup.psfhosted.org>
In-reply-to
Content
Oh, os.dup() doc says: "On Windows, when duplicating a standard stream (0: stdin, 1: stdout, 2: stderr), the new file descriptor is inheritable."
https://docs.python.org/dev/library/os.html

Maybe we should add an inheritable paramater to os.dup() in Python 3.8?
History
Date User Action Args
2019-07-11 10:11:42vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, josh.r, ZackerySpytz, daveb
2019-07-11 10:11:42vstinnersetmessageid: <1562839902.53.0.993207759313.issue37549@roundup.psfhosted.org>
2019-07-11 10:11:42vstinnerlinkissue37549 messages
2019-07-11 10:11:42vstinnercreate