]> granicus.if.org Git - python/commit
Issue #1545463: Global variables caught in reference cycles are now garbage-collected...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 6 May 2013 19:15:57 +0000 (21:15 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 6 May 2013 19:15:57 +0000 (21:15 +0200)
commit5f454a07a054eb0db7499d8dbd537ff8ce7bda18
tree08557fde41d4a25d1961b38face3ca46bb8c695d
parent1df37c657d7b32cfc7e765f13323415ef1c5be31
Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown.
Include/pythonrun.h
Lib/test/test_gc.py
Misc/NEWS
Modules/gcmodule.c
Python/import.c
Python/pythonrun.c