[issue13322] The io module doesn't support non-blocking files

Oct. 10, 2019
3:37 a.m.
STINNER Victor <vstinner@python.org> added the comment: TextIOWrapper, and maybe also BufferedRead, may raise an exception if the underlying file descriptor is configured in non-blocking mode. It may require an additional syscall() to query the FD properties, which may slowdown the creation of file objects in Python :-/ ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue13322> _______________________________________
2045
Age (days ago)
2045
Last active (days ago)
0 comments
1 participants
participants (1)
-
STINNER Victor