[docs] [issue6128] Consequences of using Py_TPFLAGS_HAVE_GC are incompletely explained

Christian Heimes report at bugs.python.org
Sat Jul 6 00:57:36 CEST 2013


Christian Heimes added the comment:

Python's extension modules aren't consistent. Some places deallocate the object with PyObject_Del(), other places are using PyObject_GC_Del() or simple Py_DECREF().

----------
nosy: +christian.heimes
priority: normal -> low
stage:  -> needs patch
type:  -> enhancement
versions: +Python 3.4

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


More information about the docs mailing list