]> 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:47:24 +0000 (00:47 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 8 Apr 2012 22:47:24 +0000 (00:47 +0200)
commitfa1d84107a22de80ee35a38e0c68ad988ebc66db
tree123903f9c68bd40f26a1cb08d896a770b7a61580
parent088a874c7ff4e90d5b6efc16d37a53a57f368fea
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
Lib/test/test_socketserver.py
Misc/ACKS
Misc/NEWS