SIGN IN SIGN UP

SF bug #487743: test_builtin fails on 64 bit platform.

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.
T
Tim Peters committed
422210426e6d0ac29389c66a82036bde123d8075
Parent: 7fd173b