]> granicus.if.org Git - python/commit
Issue #12973: Fix int.__pow__ overflow checks that invoked undefined behaviour, there...
authorMark Dickinson <mdickinson@enthought.com>
Mon, 19 Sep 2011 15:38:08 +0000 (16:38 +0100)
committerMark Dickinson <mdickinson@enthought.com>
Mon, 19 Sep 2011 15:38:08 +0000 (16:38 +0100)
commitdbbed0494113ab7631777c4996a7971770f2dcc1
tree5552a3f82f9d658c28fb460ec67bdd69717432ca
parentd256ca12c13b20d243a27e143986426018b57877
Issue #12973: Fix int.__pow__ overflow checks that invoked undefined behaviour, thereby producing incorrect results on Clang.
Misc/NEWS
Objects/intobject.c