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 kajiyama
Recipients georg.brandl, kajiyama
Date 2009-08-21.10:53:14
SpamBayes Score 0.004214209
Marked as misclassified No
Message-id <1250851996.63.0.670347243231.issue6754@psf.upfronthosting.co.za>
In-reply-to
Content
In the "Python/C API Reference Manual", Section "Object Implementation 
Support", Subsection "Number Object Structures" 
(http://docs.python.org/3.1/c-api/typeobj.html#number-object-
structures), the definition of the PyNumberMethods structure has a non-
existent member 'nb_inplace_divide'.  This should be simply omitted.
History
Date User Action Args
2009-08-21 10:53:16kajiyamasetrecipients: + kajiyama, georg.brandl
2009-08-21 10:53:16kajiyamasetmessageid: <1250851996.63.0.670347243231.issue6754@psf.upfronthosting.co.za>
2009-08-21 10:53:14kajiyamalinkissue6754 messages
2009-08-21 10:53:14kajiyamacreate