summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-11-05 13:49:14 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-11-05 13:49:14 (GMT)
commitbdec11fde7905c69c3bc67b0b0df86ae557d2236 (patch)
tree7bc282fcadc3036b668b2f1291fbfa3a81226238 /Misc/NEWS
parentcfed029c42ba1f1129de0ff3e455fcaf1c7ef9c6 (diff)
downloadcpython-bdec11fde7905c69c3bc67b0b0df86ae557d2236.zip
cpython-bdec11fde7905c69c3bc67b0b0df86ae557d2236.tar.gz
cpython-bdec11fde7905c69c3bc67b0b0df86ae557d2236.tar.bz2
Merged revisions 76117 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76117 | antoine.pitrou | 2009-11-05 14:42:29 +0100 (jeu., 05 nov. 2009) | 5 lines Issue #7264: Fix a possible deadlock when deallocating thread-local objects which are part of a reference cycle. ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1e2a79f..1e93aaa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -123,6 +123,9 @@ C-API
Library
-------
+- Issue #7264: Fix a possible deadlock when deallocating thread-local objects
+ which are part of a reference cycle.
+
- Issue #7211: Allow 64-bit values for the `ident` and `data` fields of kevent
objects on 64-bit systems. Patch by Michael Broghton.