[issue2997] PyNumberMethods has left-over fields in Py3

Stefan Behnel report at bugs.python.org
Tue Jun 10 15:05:47 CEST 2008


Stefan Behnel <scoder at users.sourceforge.net> added the comment:

The change that removed the nb_divide and nb_inplace_divide members is here:

http://svn.python.org/view?rev=43285&view=rev
http://svn.python.org/view/python/branches/p3yk/Include/object.h?rev=43285&view=diff&r1=43285&r2=43284

It dates back to March 2006.

(changing issue type to "compile error" as that's what you currently get
for Py2 code due to this change)

----------
type:  -> compile error

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2997>
_______________________________________


More information about the Python-bugs-list mailing list