diff options
author | Charles-François Natali <cf.natali@gmail.com> | 2014-06-20 21:37:35 (GMT) |
---|---|---|
committer | Charles-François Natali <cf.natali@gmail.com> | 2014-06-20 21:37:35 (GMT) |
commit | 504f5c36ef2419cb0c56450c3a733499c4576456 (patch) | |
tree | a1ceedcc70ed5716a7de11b8230e64b3a43e7565 /Misc | |
parent | af9eb9628d833c8096e4438a48655ed07996137a (diff) | |
download | cpython-504f5c36ef2419cb0c56450c3a733499c4576456.zip cpython-504f5c36ef2419cb0c56450c3a733499c4576456.tar.gz cpython-504f5c36ef2419cb0c56450c3a733499c4576456.tar.bz2 |
Issue #21491: socketserver: Fix a race condition in child processes reaping.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,8 @@ Core and Builtins Library ------- +- Issue #21491: socketserver: Fix a race condition in child processes reaping. + - Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. Patch by Martin Dengler. |