diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-04-09 00:47:24 +0200 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-04-09 00:47:24 +0200 |
commit | fa1d84107a22de80ee35a38e0c68ad988ebc66db (patch) | |
tree | 123903f9c68bd40f26a1cb08d896a770b7a61580 /Misc/ACKS | |
parent | 088a874c7ff4e90d5b6efc16d37a53a57f368fea (diff) | |
download | cpython-git-fa1d84107a22de80ee35a38e0c68ad988ebc66db.tar.gz |
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.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -461,6 +461,7 @@ Greg Kochanski Damon Kohler Marko Kohtala Joseph Koshy +Jerzy Kozera Maksim Kozyarchuk Stefan Krah Bob Kras |