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 steve.dower
Recipients pablogsal, steve.dower, vstinner
Date 2020-01-08.16:35:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578501353.49.0.175653845865.issue39253@roundup.psfhosted.org>
In-reply-to
Content
My guess would be that the reference tracking needs some kind of awareness for logging results. The results are collected as regular Python objects and formatted later, as we need to calculate totals before writing the XML file.

I guess keeping those objects around looks like a leak?
History
Date User Action Args
2020-01-08 16:35:53steve.dowersetrecipients: + steve.dower, vstinner, pablogsal
2020-01-08 16:35:53steve.dowersetmessageid: <1578501353.49.0.175653845865.issue39253@roundup.psfhosted.org>
2020-01-08 16:35:53steve.dowerlinkissue39253 messages
2020-01-08 16:35:53steve.dowercreate