]> granicus.if.org Git - python/commit
Issue #477863: Print a warning at shutdown if gc.garbage is not empty.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 8 Aug 2010 22:18:46 +0000 (22:18 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 8 Aug 2010 22:18:46 +0000 (22:18 +0000)
commit696e03553b9e455bd6729cee5a8be43a2924f537
tree1921798050d0e6f60e64e0a8408690398d2b82f6
parent2e5f1178ac55c032982c69f4f4dd70c19f9fa46e
Issue #477863: Print a warning at shutdown if gc.garbage is not empty.
Doc/library/gc.rst
Doc/whatsnew/3.2.rst
Include/pythonrun.h
Lib/test/test_gc.py
Misc/NEWS
Modules/gcmodule.c
Python/pythonrun.c