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 eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-11-04.15:24:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604503496.27.0.886538325467.issue42261@roundup.psfhosted.org>
In-reply-to
Content
There's a related issue that affects opening duplicated file descriptors and opening "CON", "CONIN$", and "CONOUT$" in legacy I/O mode, but this case has always been broken. For Windows, _Py_device_encoding needs to be generalized to use _get_osfhandle and GetNumberOfConsoleInputEvents to detect and differentiate console input and output, instead of using isatty() and hard coding file descriptors 0-2.
History
Date User Action Args
2020-11-04 15:24:56eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower
2020-11-04 15:24:56eryksunsetmessageid: <1604503496.27.0.886538325467.issue42261@roundup.psfhosted.org>
2020-11-04 15:24:56eryksunlinkissue42261 messages
2020-11-04 15:24:56eryksuncreate