[issue46430] intern strings in deepfrozen modules

STINNER Victor report at bugs.python.org
Wed Feb 23 13:02:44 EST 2022


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

> Presumably the leak is imaginary

Well, you can check with your favorite memory debugger like Valgrind if you don't trust Python internal memory debugger :-)

Not leaking memory at exit matters when Python is embedded in an application.

I don't think that it's related to the error handling which is stripped in release mode.

----------

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


More information about the Python-bugs-list mailing list