[issue5360] RO (shorthand for READONLY) gone, not in documentation
Rémi Koenig
report at bugs.python.org
Tue Feb 24 20:24:36 CET 2009
Rémi Koenig <remi.k2620 at gmail.com> added the comment:
Sorry to bother, but I just noticed that in this same document
(http://docs.python.org/3.0/extending/newtypes.html),
PyObject_HEAD_INIT(NULL) has not been replaced by
PyVarObject_HEAD_INIT(NULL, 0).
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5360>
_______________________________________
More information about the Python-bugs-list
mailing list