[issue4385] Py_Object_HEAD_INIT in Py3k

Marc-Andre Lemburg report at bugs.python.org
Fri Nov 28 18:41:51 CET 2008


Marc-Andre Lemburg <mal at egenix.com> added the comment:

I think this is a documentation bug more than anything else.

Removing PyObject_HEAD_INIT() is certainly not an option, since it is
required to init static PyObject singletons that are declared in C (just
like the PyTypeObjects are).

----------
assignee:  -> georg.brandl
components: +Documentation
nosy: +georg.brandl, lemburg

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


More information about the Python-bugs-list mailing list