This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients akuchling, ghazel, loewis, pitrou, r.david.murray, terry.reedy, tim.peters, vstinner
Date 2013-08-06.00:36:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375749387.1.0.837451280377.issue1565525@psf.upfronthosting.co.za>
In-reply-to
Content
> frame.clear() was committed in issue17934.

How should it be used to workaround this issue ("tracebacks eat up memory by holding references to locals and globals when they are not wanted")?

We need maybe an helper to clear all frames referenced by a traceback?
History
Date User Action Args
2013-08-06 00:36:27vstinnersetrecipients: + vstinner, tim.peters, loewis, akuchling, terry.reedy, pitrou, ghazel, r.david.murray
2013-08-06 00:36:27vstinnersetmessageid: <1375749387.1.0.837451280377.issue1565525@psf.upfronthosting.co.za>
2013-08-06 00:36:27vstinnerlinkissue1565525 messages
2013-08-06 00:36:26vstinnercreate