diff options
author | Charles-François Natali <cf.natali@gmail.com> | 2014-10-13 18:28:50 (GMT) |
---|---|---|
committer | Charles-François Natali <cf.natali@gmail.com> | 2014-10-13 18:28:50 (GMT) |
commit | acbf5235b869ce155b34e2767960d55265f0c261 (patch) | |
tree | 8e943bf8b0fd0e8e375dbb1f977c0bfde4694716 /Misc | |
parent | dfbeb160de829d16d3668dec5bc902a31ad25835 (diff) | |
parent | 0f4f048fa5ff06438a4624bc1dc02aa458a79748 (diff) | |
download | cpython-acbf5235b869ce155b34e2767960d55265f0c261.zip cpython-acbf5235b869ce155b34e2767960d55265f0c261.tar.gz cpython-acbf5235b869ce155b34e2767960d55265f0c261.tar.bz2 |
Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -174,6 +174,8 @@ Core and Builtins Library ------- +- Issue #22435: Fix a file descriptor leak when SocketServer bind fails. + - Issue #13096: Fixed segfault in CTypes POINTER handling of large values. |