commit | 9900916df4f1fa62830be24c83369de5a1f2375c | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Aug 09 22:51:24 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Aug 09 22:51:24 2010 +0000 |
tree | 0bafc5aee6a3c603081719367dd4cb996efacd84 | |
parent | c751d446e7f53c439902305431c347b51ff288b0 [diff] |
Merged revisions 83918 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83918 | antoine.pitrou | 2010-08-10 00:38:19 +0200 (mar., 10 août 2010) | 5 lines Issue #3757: thread-local objects now support cyclic garbage collection. Thread-local objects involved in reference cycles will be deallocated timely by the cyclic GC, even if the underlying thread is still running. ........