Issue #7264: Fix a possible deadlock when deallocating thread-local objects
commitcc6a7babd4bfbcb3b6fa958737a8eb15dc77012c
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 5 Nov 2009 13:42:29 +0000 (5 13:42 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 5 Nov 2009 13:42:29 +0000 (5 13:42 +0000)
treedf64d6d49117f13409dbef2ded6e3b4713651982
parentbbdb8360614ef7b998373353dad87953fcb33fd9
Issue #7264: Fix a possible deadlock when deallocating thread-local objects
which are part of a reference cycle.

git-svn-id: http://svn.python.org/projects/python/trunk@76117 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/_threading_local.py
Lib/threading.py
Misc/NEWS