SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72140 0 27 Python

test_pickle works on sizeof(long)==8 boxes again.

pickle.py
    The code implicitly assumed that all ints fit in 4 bytes, causing all
    sorts of mischief (from nonsense results to corrupted pickles).
    Repaired that.
marshal.c
    The int marshaling code assumed that right shifts of signed longs
    sign-extend.  Repaired that.
T
Tim Peters committed
44714007e888acba27d8527122bf618c28a4120b
Parent: d8ae7c2