]> granicus.if.org Git - python/commit
Issue #17934: Add a clear() method to frame objects, to help clean up expensive detai...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 5 Aug 2013 21:26:40 +0000 (23:26 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 5 Aug 2013 21:26:40 +0000 (23:26 +0200)
commit58720d6145eca69b9aa45b720cb3c1376b1ddaea
tree56a90729aff1127491b8f895b40b4159ca3dce56
parentc53204b9477a2e28b6b366fd271f61c73b805cee
Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles.
Doc/library/inspect.rst
Doc/reference/datamodel.rst
Include/frameobject.h
Include/genobject.h
Lib/test/test_sys.py
Lib/test/test_traceback.py
Misc/NEWS
Objects/frameobject.c
Objects/genobject.c
Python/ceval.c