[issue17922] Crash in clear_weakref

Antoine Pitrou report at bugs.python.org
Tue May 7 18:06:10 CEST 2013


Antoine Pitrou added the comment:

> Why python remembers SWIG types after Py_Finalize() in the first
> place?
> I want to destroy it and start with fresh instance.

Because a significant amount of static data inside CPython actually
survives Py_Finalize :-/

----------

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


More information about the Python-bugs-list mailing list