]> granicus.if.org Git - python/commit
#1565525: Add traceback.clear_frames() helper function to clear locals ref'd by a...
authorAndrew Kuchling <amk@amk.ca>
Sun, 15 Sep 2013 22:15:56 +0000 (18:15 -0400)
committerAndrew Kuchling <amk@amk.ca>
Sun, 15 Sep 2013 22:15:56 +0000 (18:15 -0400)
commit173a157e725579eec1f28f8c9d53d6761ba6c79f
tree98be7afea0a4f929f07193d94ffe86cc0e7739e0
parent8408dc581e2baaa306b57f14486cfa013fd68c68
#1565525: Add traceback.clear_frames() helper function to clear locals ref'd by a traceback
Doc/library/traceback.rst
Doc/whatsnew/3.4.rst
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS