]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport typeobject.c revision 2.201 plus associated tests from 2.3:
authorGuido van Rossum <guido@python.org>
Tue, 7 Jan 2003 21:47:44 +0000 (21:47 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 7 Jan 2003 21:47:44 +0000 (21:47 +0000)
commitbec7972a2cc1dcc9b5460c9182de87c5d08321d9
tree4d87ff0627a2e12f8a5200eca9516045ba5a1662
parente310b12978ae01088c166777c7bcd86cdf36917e
Backport typeobject.c revision 2.201 plus associated tests from 2.3:

Add a refinement to SLOT1BINFULL() that fixes the problem reported in
SF bug #623669: only try (e.g.) __rdiv__ before __div__ if the right
class actually overrides it.
Objects/typeobject.c