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 pablogsal
Recipients Mark.Shannon, chris.jerdonek, corona10, gvanrossum, iritkatriel, lukasz.langa, miss-islington, pablogsal, vstinner
Date 2021-08-17.20:21:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629231705.19.0.187743927615.issue44895@roundup.psfhosted.org>
In-reply-to
Content
> But this makes it not leak again, so now we know it's the traceback:

The traceback is a very heavy gc object because it contains the frames, and in the locals of the frame is the traceback itself via the exception. This is a well known heavy cycle, but the gc should take care of it if the cycle becomes isolated
History
Date User Action Args
2021-08-17 20:21:45pablogsalsetrecipients: + pablogsal, gvanrossum, vstinner, chris.jerdonek, lukasz.langa, Mark.Shannon, corona10, miss-islington, iritkatriel
2021-08-17 20:21:45pablogsalsetmessageid: <1629231705.19.0.187743927615.issue44895@roundup.psfhosted.org>
2021-08-17 20:21:45pablogsallinkissue44895 messages
2021-08-17 20:21:45pablogsalcreate