]> 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:15:38 +0000 (10:15 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 7 Dec 2002 10:15:38 +0000 (10:15 +0000)
commitac4ff87825309e218495218da9404b6e1362e44b
tree9c256a774fe17f24b6137d4263814454f43e0860
parentecb34babc1adeb85a0603428d10ec220c2805b83
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