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 martin.panter
Recipients cykerway, ezio.melotti, martin.panter, vstinner
Date 2019-03-15.08:20:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552638042.2.0.786658321632.issue36293@roundup.psfhosted.org>
In-reply-to
Content
This is the same story as in Issue 35762. Both “sys.stdin” and “subprocess.Popen.stderr” (when universal_newlines=True is enabled) use the TextIOWrapper class, which I don’t think was implemented with non-blocking mode in mind.

Issue 24560 is similar, but is about an older class “codecs.StreamReader”.
History
Date User Action Args
2019-03-15 08:20:42martin.pantersetrecipients: + martin.panter, vstinner, ezio.melotti, cykerway
2019-03-15 08:20:42martin.pantersetmessageid: <1552638042.2.0.786658321632.issue36293@roundup.psfhosted.org>
2019-03-15 08:20:42martin.panterlinkissue36293 messages
2019-03-15 08:20:42martin.pantercreate