[issue46857] Python leaks one reference at exit on Windows

STINNER Victor report at bugs.python.org
Tue Mar 22 08:55:03 EDT 2022


STINNER Victor <vstinner at python.org> added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46857>
_______________________________________


More information about the Python-bugs-list mailing list