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.
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:52 | admin | set | github: 51003 |
| 2009年09月01日 08:02:11 | georg.brandl | set | status: open -> closed resolution: fixed messages: + msg92130 |
| 2009年08月21日 10:53:15 | kajiyama | create | |