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.

classification
Title: Non-existent member 'nb_inplace_divide' in PyNumberMethods
Type: Stage:
Components: Documentation Versions: Python 3.1
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, kajiyama
Priority: normal Keywords:

Created on 2009-08-21 10:53 by kajiyama, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg91814 - (view) Author: KAJIYAMA, Tamito (kajiyama) Date: 2009-08-21 10:53
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.
msg92130 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-09-01 08:02
Thanks, fixed in r74619.
History
Date User Action Args
2022-04-11 14:56:52adminsetgithub: 51003
2009-09-01 08:02:11georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg92130
2009-08-21 10:53:15kajiyamacreate