]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Objects/{int,long,float}object.c, Include/object.h,
authorGuido van Rossum <guido@python.org>
Tue, 9 Aug 1994 13:21:54 +0000 (13:21 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 9 Aug 1994 13:21:54 +0000 (13:21 +0000)
commit75abc6392bc75cd321564aa1d05d4e57c926c7a4
tree33d82347ffd34c23fa5767dda83ecb25e21062bf
parentfba65fe13456509b953dad2e5e3ec6fc8e7fe93c
* Objects/{int,long,float}object.c, Include/object.h,
Python/bltinmodule.c: mods by Andrew Kuchling to implement
pow(x,y,z) == pow(x,y)%z, but without incurring overflow
Include/object.h