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 larry
Recipients benjamin.peterson, georg.brandl, larry
Date 2009-05-05.07:37:26
SpamBayes Score 6.6492703e-06
Marked as misclassified No
Message-id <1241509048.45.0.629078004915.issue5938@psf.upfronthosting.co.za>
In-reply-to
Content
The changes in PEP 3123 require that all type objects be statically
declared with PyVarObject_HEAD_INIT.  However, the Noddy examples in
Doc/ still use PyObject_HEAD_INIT.
History
Date User Action Args
2009-05-05 07:37:28larrysetrecipients: + larry, georg.brandl, benjamin.peterson
2009-05-05 07:37:28larrysetmessageid: <1241509048.45.0.629078004915.issue5938@psf.upfronthosting.co.za>
2009-05-05 07:37:27larrylinkissue5938 messages
2009-05-05 07:37:26larrycreate