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 donlorenzo
Recipients donlorenzo, georg.brandl
Date 2009-03-14.17:16:31
SpamBayes Score 0.009664892
Marked as misclassified No
Message-id <1237050993.04.0.349296113477.issue5488@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/c-api/typeobj.html#PyNumberMethods lists the
slots in the PyNumberMethods struct used to implement the Number
Protocol for extension types.

The entry for "binaryfunc nb_inplace_divide;" is missing from this listing.
It belongs between "binaryfunc nb_inplace_multiply;" and "binaryfunc
nb_inplace_remainder;"

There is a patch against r70371 of the trunk attached.
History
Date User Action Args
2009-03-14 17:16:33donlorenzosetrecipients: + donlorenzo, georg.brandl
2009-03-14 17:16:33donlorenzosetmessageid: <1237050993.04.0.349296113477.issue5488@psf.upfronthosting.co.za>
2009-03-14 17:16:31donlorenzolinkissue5488 messages
2009-03-14 17:16:31donlorenzocreate