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 exe
Recipients exe, georg.brandl
Date 2008-12-07.13:08:56
SpamBayes Score 0.0022617462
Marked as misclassified No
Message-id <1228655337.64.0.961610500234.issue4576@psf.upfronthosting.co.za>
In-reply-to
Content
Hello!

It's need to little update "Defining new types" documentation section 
in py3.0 and py3.1:
- self->ob_type->tp_free((PyObject*)self);
+ Py_TYPE(self)->tp_free((PyObject *)self);
History
Date User Action Args
2008-12-07 13:08:57exesetrecipients: + exe, georg.brandl
2008-12-07 13:08:57exesetmessageid: <1228655337.64.0.961610500234.issue4576@psf.upfronthosting.co.za>
2008-12-07 13:08:56exelinkissue4576 messages
2008-12-07 13:08:56execreate