[Python-Dev] socket.makefile and EINTR handling

Gregory P. Smith greg at krypto.org
Fri Aug 7 20:08:23 CEST 2009


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


More information about the Python-Dev mailing list