]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in abstract.c which caused __rpow__ to not be invoked.
authorRaymond Hettinger <python@rcn.com>
Sat, 7 Dec 2002 10:05:27 +0000 (10:05 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 7 Dec 2002 10:05:27 +0000 (10:05 +0000)
commitc2e095f6f4bc7234442c704919429bfbe39b00c3
tree0eb5e62645488448874ef6771c1ca6947d2f0ee0
parentf9229d98ae86aa9a68a34b6b3f4db0706be214f5
Fix typo in abstract.c which caused __rpow__ to not be invoked.
Added related testcase.
Closes SF bug #643260.
Lib/test/test_pow.py
Objects/abstract.c