[issue1635741] Interpreter seems to leak references after finalization

Ray.Allen report at bugs.python.org
Sun Mar 13 08:12:38 CET 2011


Ray.Allen <ysj.ray at gmail.com> added the comment:

> Does the title of this issue accurately reflect the current status of the Python interpreter?

Yes, here is the running result on current 3.3 latest code:
[37182 refs]
[39415 refs]
[41607 refs]
[43799 refs]
[45991 refs]
[48183 refs]
[50375 refs]


This seems to be a known bug that Py_Finalize() doesn't free all objects according doc http://docs.python.org/dev/c-api/init.html?highlight=py_finalize#Py_Finalize

----------

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


More information about the Python-bugs-list mailing list