]> granicus.if.org Git - python/commit
Issue #7978: socketserver now restarts the select() call when EINTR is returned.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 8 Apr 2012 22:49:17 +0000 (00:49 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 8 Apr 2012 22:49:17 +0000 (00:49 +0200)
commitc9e8e3c4dd2cfb3506e9b4b3b87d27727fca4b5d
tree41a43f296c36043581b3743f388a2c6424790c05
parentf998810deb527b50adc9c40661a249ba58e163b8
parentb0a9c66a49b6ced6748c33ecff407812facd723d
Issue #7978: socketserver now restarts the select() call when EINTR is returned.
This avoids crashing the server loop when a signal is received.
Patch by Jerzy Kozera.
Lib/socketserver.py
Misc/ACKS
Misc/NEWS