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-03.16:13:45
SpamBayes Score 0.0368444
Marked as misclassified No
Message-id <1228320830.04.0.998447040323.issue4505@psf.upfronthosting.co.za>
In-reply-to
Content
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*/
History
Date User Action Args
2008-12-03 16:13:50exesetrecipients: + exe, georg.brandl
2008-12-03 16:13:50exesetmessageid: <1228320830.04.0.998447040323.issue4505@psf.upfronthosting.co.za>
2008-12-03 16:13:47exelinkissue4505 messages
2008-12-03 16:13:46execreate