Issue 6754: Non-existent member 'nb_inplace_divide' in PyNumberMethods (original) (raw)
Issue6754
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) * ![]() |
Date: 2009-09-01 08:02 |
Thanks, fixed in r74619. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:52 | admin | set | github: 51003 |
2009-09-01 08:02:11 | georg.brandl | set | status: open -> closedresolution: fixedmessages: + |
2009-08-21 10:53:15 | kajiyama | create |