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 gvanrossum
Recipients christian.heimes, gvanrossum, kumaraditya, miss-islington, sobolevn, vstinner
Date 2022-02-23.18:07:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645639636.62.0.898021422046.issue46430@roundup.psfhosted.org>
In-reply-to
Content
> Not leaking memory at exit matters when Python is embedded
> in an application.

Sure, but "leaks" caused by deep-freezing cannot be solved by freeing up the deep-frozen memory -- the solution must be to update the accounting somewhere.

Where is the existence of Py_None accounted for (since it's statically allocated, or at least used to be)? That's likely where we'd have to do something about the deep-frozen objects.
History
Date User Action Args
2022-02-23 18:07:16gvanrossumsetrecipients: + gvanrossum, vstinner, christian.heimes, miss-islington, sobolevn, kumaraditya
2022-02-23 18:07:16gvanrossumsetmessageid: <1645639636.62.0.898021422046.issue46430@roundup.psfhosted.org>
2022-02-23 18:07:16gvanrossumlinkissue46430 messages
2022-02-23 18:07:16gvanrossumcreate