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 Cristian Martinez de Morentin, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-09-24.16:04:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632499479.46.0.759863988749.issue40699@roundup.psfhosted.org>
In-reply-to
Content
I fail to reproduce the leak using attached script.

I close the issue.

I get constant memory usage on Linux with the main branch of Python (future 3.11):

(...)
VmRSS:	   11344 kB
VmRSS:	   11344 kB
VmRSS:	   11344 kB
VmRSS:	   11344 kB
VmRSS:	   11344 kB
VmRSS:	   11344 kB
VmRSS:	   11344 kB
VmRSS:	   11344 kB
VmRSS:	   11344 kB
VmRSS:	   11344 kB
(...)
History
Date User Action Args
2021-09-24 16:04:39vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, Cristian Martinez de Morentin
2021-09-24 16:04:39vstinnersetmessageid: <1632499479.46.0.759863988749.issue40699@roundup.psfhosted.org>
2021-09-24 16:04:39vstinnerlinkissue40699 messages
2021-09-24 16:04:39vstinnercreate