]> granicus.if.org Git - python/commit
Issue #3757: thread-local objects now support cyclic garbage collection.
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 9 Aug 2010 22:38:19 +0000 (22:38 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 9 Aug 2010 22:38:19 +0000 (22:38 +0000)
commit5af4f4b9832411476caf8cf3f571f974056d4f1b
tree942e1de0ae5082a3687c1eadc411b12610ff42c4
parent6e451df800af66eefe68ea15938bd65029af06c5
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.
Lib/test/test_threading_local.py
Misc/NEWS
Modules/_threadmodule.c