[docs] [issue16195] Difficult or impossible to figure out how garbage collector and weak references should interact for user-defined extension types

Stefan Behnel report at bugs.python.org
Sat Oct 5 11:56:16 CEST 2013


Stefan Behnel added the comment:

Just as a quick update here: Cython has since then switched to only using PyObject_ClearWeakRefs() and otherwise leaves the handling of the weakref slot to CPython.

----------

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


More information about the docs mailing list