]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
mods by Andrew Kuchling to implement
authorGuido van Rossum <guido@python.org>
Mon, 29 Aug 1994 12:48:32 +0000 (12:48 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 29 Aug 1994 12:48:32 +0000 (12:48 +0000)
commitbf8c0e336f58f6c6da6fa30fe0c73a162fee7ccd
tree3002ea02fd77078de1558052047e6481f66cf86d
parenteb1fafcec14725f71aadf3874df6507a5fe577a1
mods by Andrew Kuchling to implement
        pow(x,y,z) == pow(x,y)%z, but without incurring overflow
Correct problems found by THINK C 6.0
Objects/intobject.c