summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-04-08 22:49:17 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-04-08 22:49:17 (GMT)
commitc9e8e3c4dd2cfb3506e9b4b3b87d27727fca4b5d (patch)
tree41a43f296c36043581b3743f388a2c6424790c05 /Misc/ACKS
parentf998810deb527b50adc9c40661a249ba58e163b8 (diff)
parentb0a9c66a49b6ced6748c33ecff407812facd723d (diff)
downloadcpython-c9e8e3c4dd2cfb3506e9b4b3b87d27727fca4b5d.zip
cpython-c9e8e3c4dd2cfb3506e9b4b3b87d27727fca4b5d.tar.gz
cpython-c9e8e3c4dd2cfb3506e9b4b3b87d27727fca4b5d.tar.bz2
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/ACKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 800e884..cab01d4 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -559,6 +559,7 @@ Jacek Konieczny
Arkady Koplyarov
Vlad Korolev
Joseph Koshy
+Jerzy Kozera
Maksim Kozyarchuk
Stefan Krah
Bob Kras