]> granicus.if.org Git - python/commit
Ouch. The wrapper for __rpow__ was the same as for __pow__, resulting
authorGuido van Rossum <guido@python.org>
Fri, 28 Sep 2001 22:58:52 +0000 (22:58 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 28 Sep 2001 22:58:52 +0000 (22:58 +0000)
commit9bea3abf0d7c658a95a92a295c82d5bf0b583f08
tree1fbc786d149e034480305efda8881daffc9aa2d7
parent7988e0249c8c72d12cbabb69bfdf310da79c1ea5
Ouch.  The wrapper for __rpow__ was the same as for __pow__, resulting
in bizarre outcomes.  Test forthcoming.
Objects/typeobject.c