• Tim Peters's avatar
    "Conceptual" merge of rev 51711 from the 2.5 branch. · c10c9d0d
    Tim Peters yazdı
    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.
    
    This differs from the corresponding change on the 2.5 and 2.4
    branches, using a less obscure approach, but one that /may/
    tickle platform idiocies in their definitions of LONG_MIN.
    The 2.4 + 2.5 change avoided introducing a dependence on
    LONG_MIN, at the cost of substantially goofier code.
    c10c9d0d
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
PCbuild8 Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...