This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients georg.brandl, lemburg, loewis, ncoghlan
Date 2008-11-28.17:41:50
SpamBayes Score 7.479946e-08
Marked as misclassified No
Message-id <1227894111.34.0.830154412074.issue4385@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2008-11-28 17:41:52lemburgsetrecipients: + lemburg, loewis, georg.brandl, ncoghlan
2008-11-28 17:41:51lemburgsetmessageid: <1227894111.34.0.830154412074.issue4385@psf.upfronthosting.co.za>
2008-11-28 17:41:50lemburglinkissue4385 messages
2008-11-28 17:41:50lemburgcreate