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 Mark.Shannon, corona10, eric.snow, gvanrossum, kumaraditya, vstinner
Date 2022-01-27.13:13:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643289234.45.0.106396300456.issue46476@roundup.psfhosted.org>
In-reply-to
Content
Thanks Kumar! Your change fixed my issue:

$ ./python -I -X showrefcount -c pass
[-5 refs, 0 blocks]

Python no longer leaks memory at exit: it "leaks" exactly *zero* memory block.

The negative reference count is likely caused by bpo-46449.
History
Date User Action Args
2022-01-27 13:13:54vstinnersetrecipients: + vstinner, gvanrossum, Mark.Shannon, eric.snow, corona10, kumaraditya
2022-01-27 13:13:54vstinnersetmessageid: <1643289234.45.0.106396300456.issue46476@roundup.psfhosted.org>
2022-01-27 13:13:54vstinnerlinkissue46476 messages
2022-01-27 13:13:54vstinnercreate