New helper function in traceback module
Sep. 8th, 2013 03:26 pmToday I was poking around on the Python bug tracker and noticed issue 1565525, which dates back to 2006 and the old SourceForge bug tracker. The issue has a lot of discussion, but today it boils down to adding a helper function to clear all the frames in a traceback. That's a straightforward task, so I implemented it and posted a patch.