[issue46417] Clear static types in Py_Finalize() for embedded Python

STINNER Victor report at bugs.python.org
Thu Jan 20 19:38:58 EST 2022


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

Another measure using the command:

    PYTHONHASHSEED=0 ./python -X showrefcount -c pass

I had to run the command 20 times to get a stable value, I don't know why.

main branch: [21981 refs, 5716 blocks]
PR: [21887 refs, 5667 blocks]

=> the PR removes 94 references and 49 memory blocks.

----------

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


More information about the Python-bugs-list mailing list