socket.makefile and EINTR handling
Aug. 7, 2009
6:08 p.m.
In particular this issue: http://bugs.python.org/issue1628205 I believe we should handle EINTR internally within the socket._fileobject wrapper as nobody using a file-like object should ever expect to get an EINTR. EINTR only comes from using the lowest level system calls. Anyone strongly disagree? -gps
6119
Age (days ago)
6119
Last active (days ago)
0 comments
1 participants
participants (1)
-
Gregory P. Smith