New submission from Kandalintsev Alexandre <[EMAIL PROTECTED]>:

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

Reply via email to