• Guido van Rossum's avatar
    Backport 1.51 and 1.54 from trunk. · fb3a921c
    Guido van Rossum yazdı
    1.51:
    Bug #556025: list(xrange(1e9)) --> seg fault
    
    Close the bug report again -- this time for Cygwin due to a newlib bug.
    See the following for the details:
    
    	http://sources.redhat.com/ml/newlib/2002/msg00369.html
    
    Note that this commit is only a documentation (i.e., comment) change.
    
    1.54:
    The list(xrange(sys.maxint / 4)) test blew up on 64-bit platforms.
    Because ob_size is a 32-bit int but sys.maxint is LONG_MAX which is a
    64-bit value, there's no way to make this test succeed on a 64-bit
    platform.  So just skip it when sys.maxint isn't 0x7fffffff.
    fb3a921c
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...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
PLAN.txt Loading commit data...
README Loading commit data...
acconfig.h 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...