commit | b0a9c66a49b6ced6748c33ecff407812facd723d | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Apr 09 00:47:24 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Apr 09 00:47:24 2012 +0200 |
tree | 49ee8c590a076e86ca3d0f6adb18ccf569d5872c | |
parent | 317c8d257ebf8bf2f79eaa6a2d5b6e95a107e442 [diff] [blame] |
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.
diff --git a/Misc/ACKS b/Misc/ACKS index 77cec5c..3693c1c 100644 --- a/Misc/ACKS +++ b/Misc/ACKS
@@ -510,6 +510,7 @@ Marko Kohtala Vlad Korolev Joseph Koshy +Jerzy Kozera Maksim Kozyarchuk Stefan Krah Bob Kras