]> granicus.if.org Git - python/commit
Add a refinement to SLOT1BINFULL() that fixes the problem reported in
authorGuido van Rossum <guido@python.org>
Mon, 6 Jan 2003 22:57:47 +0000 (22:57 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 6 Jan 2003 22:57:47 +0000 (22:57 +0000)
commitcd118803b5aa124bcfd8a12f28c22c4cf37c9de7
treec90edf29da98b81851df73499ffcc9dafee98c19
parent0a2f849b791d13cf0dde97dce2e71a19e2d60465
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