[issue13322] buffered read() and write() does not raise BlockingIOError

Dec. 6, 2017
9:14 p.m.
Alexey Izbyshev <izbyshev@ispras.ru> added the comment: Yes, your claim is confirmed by the fact that there have been little interest in this issue since 2011. Still, non-blocking behavior is incorrectly specified in the docs and is inconsistent (as investigated by Martin). And obscure errors like in my example or in Issue 13858 show that I/O stack is confused too. To prevent people from tripping on it, would you consider recommending against usage of I/O stack for non-blocking operations in io module docs? ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue13322> _______________________________________
2774
Age (days ago)
2774
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexey Izbyshev