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, vstinner, zach.ware
Date 2017-05-21.04:16:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495340205.68.0.89214723272.issue30418@psf.upfronthosting.co.za>
In-reply-to
Content
Addressing the underlying problem would require rewriting _Py_read and _Py_write_impl to directly call ReadFile and WriteFile instead of the CRT read and write functions. Barring that, on Windows _stdin_write would have to always ignore EINVAL.
History
Date User Action Args
2017-05-21 04:16:45eryksunsetrecipients: + eryksun, paul.moore, vstinner, tim.golden, zach.ware, steve.dower
2017-05-21 04:16:45eryksunsetmessageid: <1495340205.68.0.89214723272.issue30418@psf.upfronthosting.co.za>
2017-05-21 04:16:45eryksunlinkissue30418 messages
2017-05-21 04:16:45eryksuncreate