commit | ea370a9edd7212c81921decc7e33589ad9f69389 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Feb 23 21:48:57 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Feb 23 21:48:57 2010 +0000 |
tree | 8c12bdb746ce5219976731a02449ddbfd1caed76 | |
parent | 6ae19ade640b6a9b337e752a69ca4cc8994016b3 [diff] [blame] |
#6544: fix refleak in kqueue, occurring in certain error conditions.
diff --git a/Misc/NEWS b/Misc/NEWS index 8b91de8..dd2346b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -58,6 +58,9 @@ 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.