]> granicus.if.org Git - python/commit
Issue #7264: Fix a possible deadlock when deallocating thread-local objects
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 5 Nov 2009 13:42:29 +0000 (13:42 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 5 Nov 2009 13:42:29 +0000 (13:42 +0000)
commit99c160b559dc6c510e2e9f713191c3c80e26c6f2
tree9b67f288cf29af2f7877bee0a99807c2a3778c18
parent2537e7a443bb1903cc79995d152b594264ff33d8
Issue #7264: Fix a possible deadlock when deallocating thread-local objects
which are part of a reference cycle.
Lib/_threading_local.py
Lib/threading.py
Misc/NEWS