diff options
author | Georg Brandl <georg@python.org> | 2010-02-23 21:48:57 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-02-23 21:48:57 (GMT) |
commit | ea370a9edd7212c81921decc7e33589ad9f69389 (patch) | |
tree | 8c12bdb746ce5219976731a02449ddbfd1caed76 /Misc | |
parent | 6ae19ade640b6a9b337e752a69ca4cc8994016b3 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |