diff options
author | Charles-François Natali <cf.natali@gmail.com> | 2014-10-13 18:19:26 (GMT) |
---|---|---|
committer | Charles-François Natali <cf.natali@gmail.com> | 2014-10-13 18:19:26 (GMT) |
commit | 0f4f048fa5ff06438a4624bc1dc02aa458a79748 (patch) | |
tree | 26aa0625a57f2e7d49c3c93a9a7c30d3b9d4f631 /Misc | |
parent | efc7258377e79cff0ea41f97fa999873325e2fb5 (diff) | |
download | cpython-0f4f048fa5ff06438a4624bc1dc02aa458a79748.zip cpython-0f4f048fa5ff06438a4624bc1dc02aa458a79748.tar.gz cpython-0f4f048fa5ff06438a4624bc1dc02aa458a79748.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
@@ -27,6 +27,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. |