New submission from Kandalintsev Alexandre <[EMAIL PROTECTED]>: 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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue4576> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com