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, martin.panter
Date 2019-03-15.08:35:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552638911.24.0.264598656479.issue36294@roundup.psfhosted.org>
In-reply-to
Content
The general problem of non-blocking reads with BufferedIOBase is covered by Issue 13322. The documentation and implementations do not agree. I suggest to not rely on any particular behaviour reading BufferedIOBase objects in non-blocking mode.

The problem of the concrete class BufferedReader (what “stdin.buffer” usually is) was also recently raised in Issue 35869.
History
Date User Action Args
2019-03-15 08:35:11martin.pantersetrecipients: + martin.panter, cykerway
2019-03-15 08:35:11martin.pantersetmessageid: <1552638911.24.0.264598656479.issue36294@roundup.psfhosted.org>
2019-03-15 08:35:11martin.panterlinkissue36294 messages
2019-03-15 08:35:11martin.pantercreate