Message219121
No problem, I've attached a patch for socket.py for Python 2.7.3.
A few notes:
getaddrinfo (and gethostbyname, etc.) are already immune to this bug, so I've just fixed the connect() call.
The socket does need to be closed after EINTR, otherwise a EINPROGRESS might get returned on subsequent connect() calls. |
|
Date |
User |
Action |
Args |
2014-05-26 02:58:56 | tholzer | set | recipients:
+ tholzer, gregory.p.smith, pitrou, vstinner, flox, neologix |
2014-05-26 02:58:56 | tholzer | set | messageid: <1401073136.61.0.421946592332.issue20611@psf.upfronthosting.co.za> |
2014-05-26 02:58:56 | tholzer | link | issue20611 messages |
2014-05-26 02:58:56 | tholzer | create | |
|