summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2010-02-23 20:25:02 (GMT)
committerThomas Heller <theller@ctypes.org>2010-02-23 20:25:02 (GMT)
commit5117b0b0dc9c28d158c9f46bca0965ee00ac98e7 (patch)
treea703ea4de31700fedeea0ecd783525f8214e101f /Misc
parentb7be5703fbf2b847d566952441aacd04ee52e370 (diff)
downloadcpython-5117b0b0dc9c28d158c9f46bca0965ee00ac98e7.zip
cpython-5117b0b0dc9c28d158c9f46bca0965ee00ac98e7.tar.gz
cpython-5117b0b0dc9c28d158c9f46bca0965ee00ac98e7.tar.bz2
Merged revisions 78380 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78380 | thomas.heller | 2010-02-23 21:11:44 +0100 (Di, 23 Feb 2010) | 4 lines ctypes CThunkObject was not registered correctly with the cycle garbage collector, leading to possible leaks when using callback functions. ........
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 202c8fd..6abe1e2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -254,6 +254,9 @@ C-API
Library
-------
+- Issue #7959: ctypes callback functions are now registered correctly
+ with the cylce garbage collector.
+
- Issue #5801: removed spurious empty lines in wsgiref.
- Issue #6666: fix bug in trace.py that applied the list of directories