• Guido van Rossum's avatar
    Two patches by Jason Harper: · bd3a527f
    Guido van Rossum yazdı
    - Faster conversion to string for binary bases: linear instead of quadratic!
    
    - Allocate smaller result for certain masking ops, e.g. (1L<<30000) & 1.
    bd3a527f
longobject.c 37.4 KB