]> granicus.if.org Git - python/commit
i_divmod(): As discussed on Python-Dev, changed the overflow
authorTim Peters <tim.peters@gmail.com>
Tue, 5 Sep 2006 01:47:53 +0000 (01:47 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 5 Sep 2006 01:47:53 +0000 (01:47 +0000)
commitcbdd350dd7e393933437d5c12eabe8e47b6a40d9
tree2762ddd912dcd47079d896b0d262fcfcb4675d94
parent3467352fe21270db6ed09d2d0213d02cc8c1e9e5
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