Message83595
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. |
|
Date |
User |
Action |
Args |
2009-03-14 17:16:33 | donlorenzo | set | recipients:
+ donlorenzo, georg.brandl |
2009-03-14 17:16:33 | donlorenzo | set | messageid: <1237050993.04.0.349296113477.issue5488@psf.upfronthosting.co.za> |
2009-03-14 17:16:31 | donlorenzo | link | issue5488 messages |
2009-03-14 17:16:31 | donlorenzo | create | |
|