• Tim Peters's avatar
    SF bug #487743: test_builtin fails on 64 bit platform. · 42221042
    Tim Peters yazdı
    Bugfix candidate.
    int_repr():  we've never had a buffer big enough to hold the largest
    possible result on a 64-bit box.  Now that we're using snprintf instead
    of sprintf, this can lead to nonsense results instead of random stack
    corruption.
    42221042
intobject.c 24.6 KB