[issue46857] Python leaks one reference at exit on Windows

STINNER Victor report at bugs.python.org
Sat Feb 26 19:11:40 EST 2022


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

Ah, with PYTHONDUMPREFS=1 (and without -I), I get a negative ref count:

$ PYTHONDUMPREFS=1 ./python -X showrefcount -c pass
[-10 refs, 0 blocks]

I don't plan to investigate this issue. I'm not using PYTHONDUMPREFS=1 anymore.

----------

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


More information about the Python-bugs-list mailing list