• Pascal Lamblin's avatar
    Use sys.maxsize instead of maxint. · 2a84ab12
    Pascal Lamblin 提交于
    This should really be maxsize, but under linux and win32, both values are
    equal. That is not the case for win64, though.
    
    TODO: Maybe remove the special case for maxsize in slices, since no
    new slice with maxsize should be produced anymore.
    2a84ab12
basic.py 211.5 KB