summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-02-23 21:48:57 (GMT)
committerGeorg Brandl <georg@python.org>2010-02-23 21:48:57 (GMT)
commitea370a9edd7212c81921decc7e33589ad9f69389 (patch)
tree8c12bdb746ce5219976731a02449ddbfd1caed76 /Misc
parent6ae19ade640b6a9b337e752a69ca4cc8994016b3 (diff)
downloadcpython-ea370a9edd7212c81921decc7e33589ad9f69389.zip
cpython-ea370a9edd7212c81921decc7e33589ad9f69389.tar.gz
cpython-ea370a9edd7212c81921decc7e33589ad9f69389.tar.bz2
#6544: fix refleak in kqueue, occurring in certain error conditions.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8b91de8..dd2346b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -58,6 +58,9 @@ Library
Extension Modules
-----------------
+- Issue #6544: fix a reference leak in the kqueue implementation's error
+ handling.
+
- Stop providing crtassem.h symbols when compiling with Visual Studio 2010, as
msvcr100.dll is not a platform assembly anymore.