commit | 4fb961cf3edac893267d3ad74410dd5cc1859a11 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Nov 05 13:44:28 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Nov 05 13:44:28 2009 +0000 |
tree | 769b3a61e97847577dac4ae515f7e6bd6c479db8 | |
parent | 35465af487d19ed622148b171252f78667330b5a [diff] |
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. ........