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 jeremy.kloth, jkloth, vstinner
Date 2022-03-22.12:55:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647953703.32.0.793074511997.issue46857@roundup.psfhosted.org>
In-reply-to
Content
The last leak of a memory block on Windows was fixed by:

New changeset 88872a29f19092d2fde27365af230abd6d301941 by Jeremy Kloth in branch 'main':
bpo-47084: Clear Unicode cached representations on finalization (GH-32032)
https://github.com/python/cpython/commit/88872a29f19092d2fde27365af230abd6d301941
History
Date User Action Args
2022-03-22 12:55:03vstinnersetrecipients: + vstinner, jkloth, jeremy.kloth
2022-03-22 12:55:03vstinnersetmessageid: <1647953703.32.0.793074511997.issue46857@roundup.psfhosted.org>
2022-03-22 12:55:03vstinnerlinkissue46857 messages
2022-03-22 12:55:03vstinnercreate