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 vstinner
Date 2009-12-13.19:05:39
SpamBayes Score 0.034924034
Marked as misclassified No
Message-id <1260731142.01.0.0589092375643.issue7494@psf.upfronthosting.co.za>
In-reply-to
Content
clearEntries() delete all nodes of the profiler tree, but 
currentProfilerContext keeps a reference to a tree node 
(currentProfilerContext->previous->header attribute).

The patch fixes clearEntries() to delete all references (destroy 
currentProfilerContext and set it to NULL).
History
Date User Action Args
2009-12-13 19:05:42vstinnersetrecipients: + vstinner
2009-12-13 19:05:42vstinnersetmessageid: <1260731142.01.0.0589092375643.issue7494@psf.upfronthosting.co.za>
2009-12-13 19:05:40vstinnerlinkissue7494 messages
2009-12-13 19:05:40vstinnercreate