]> granicus.if.org Git - python/commit
Fix core dump from pow(x,y,0).
authorGuido van Rossum <guido@python.org>
Fri, 6 Dec 1996 20:14:43 +0000 (20:14 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 6 Dec 1996 20:14:43 +0000 (20:14 +0000)
commit9478dd40c2fd2ca41b7ad50a03546890591777bd
treeef30e81ca02d311293c4d2c3dd82ed980eaa2ffd
parentd560605ae61d05d663e51c789f868bc1def8fa58
Fix core dump from pow(x,y,0).
Make gcc -Wall happy.
Objects/intobject.c