Message 337973 - Python tracker (original) (raw)
Message337973
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:11 | martin.panter | set | recipients: + martin.panter, cykerway |
2019-03-15 08:35:11 | martin.panter | set | messageid: 1552638911.24.0.264598656479.issue36294@roundup.psfhosted.org |
2019-03-15 08:35:11 | martin.panter | link | issue36294 messages |
2019-03-15 08:35:11 | martin.panter | create |