[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

hai shi report at bugs.python.org
Sun Feb 16 07:56:28 EST 2020


hai shi <shihai1991 at 126.com> added the comment:

Leave a note for myself:
I check the remaining object roughly(though dump_refs function), most of remaining object is 'str', such as:
'0x7f779cf88880 [13] str'->'0x7f779cf88880 [26] str'

So far, I don't know which file and fileno create those object. MAYBE I need find a hack way to sign this mallocing operation?(not sure)

----------

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


More information about the Python-bugs-list mailing list