]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
On long to the negative long power, let float handle it instead of
authorGuido van Rossum <guido@python.org>
Thu, 12 Jul 2001 11:21:17 +0000 (11:21 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 12 Jul 2001 11:21:17 +0000 (11:21 +0000)
commit0ec9abaa2b5f85837feae5c6cbc1491f2f34f16f
tree0e887eba83a87d1afb1fad990731a7c6ea724c5a
parentb82fedc7d8789f82e04ad16fc0e516224a1fd0e3
On long to the negative long power, let float handle it instead of
raising an error.  This was one of the two issues that the VPython
folks were particularly problematic for their students.  (The other
one was integer division...)  This implements (my) SF patch #440487.
Objects/longobject.c