summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCharles-François Natali <cf.natali@gmail.com>2014-10-13 18:19:26 (GMT)
committerCharles-François Natali <cf.natali@gmail.com>2014-10-13 18:19:26 (GMT)
commit0f4f048fa5ff06438a4624bc1dc02aa458a79748 (patch)
tree26aa0625a57f2e7d49c3c93a9a7c30d3b9d4f631 /Misc
parentefc7258377e79cff0ea41f97fa999873325e2fb5 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ab5a4cb..e5030cd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.