[New-bugs-announce] [issue4505] ob_size not removed from docs

Kandalintsev Alexandre report at bugs.python.org
Wed Dec 3 17:13:50 CET 2008


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

Hello!

In http://docs.python.org/dev/3.0/extending/newtypes.html we see ob_size 
in object definition.

But if we are look on PyTypeObject in ./Include/object.h we will find 
that there no ob_size defined.


So we must remove this string from noddy_NoddyType definition or segfault 
will occur:
    0,                         /*ob_size*/

----------
assignee: georg.brandl
components: Documentation
messages: 76829
nosy: exe, georg.brandl
severity: normal
status: open
title: ob_size not removed from docs
versions: Python 3.0

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


More information about the New-bugs-announce mailing list