[New-bugs-announce] [issue4576] "Defining new types" little outdated

Kandalintsev Alexandre report at bugs.python.org
Sun Dec 7 14:08:57 CET 2008


New submission from Kandalintsev Alexandre <bug_hunter at messir.net>:

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);

----------
assignee: georg.brandl
components: Documentation
messages: 77225
nosy: exe, georg.brandl
severity: normal
status: open
title: "Defining new types" little outdated
versions: Python 3.0, Python 3.1

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


More information about the New-bugs-announce mailing list