]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merge rev 51711 from the 2.5 branch.
authorTim Peters <tim.peters@gmail.com>
Tue, 5 Sep 2006 02:00:47 +0000 (02:00 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 5 Sep 2006 02:00:47 +0000 (02:00 +0000)
commite63dab55ec0ea8b99749565e61cdcee25579eb72
treefff143b8639fe6ff2f3e70ec67df364461f33fec
parentba8522ad28a444e89ccfe6d6fe1e57824fc94a96
Merge rev 51711 from the 2.5 branch.

i_divmod():  As discussed on Python-Dev, changed the overflow
checking to live happily with recent gcc optimizations that
assume signed integer arithmetic never overflows.
Misc/NEWS
Objects/intobject.c