diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-08-28 22:21:18 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-08-28 22:21:18 (GMT) |
commit | 19ef62d5a98111df15400db22d18a3a555f5f1ff (patch) | |
tree | 3cf07d9a119484f98bdc4dd1cbe4787bb7c3d224 /Doc | |
parent | 12778e314b884be72dba30145aff6ce8d0156344 (diff) | |
download | cpython-19ef62d5a98111df15400db22d18a3a555f5f1ff.zip cpython-19ef62d5a98111df15400db22d18a3a555f5f1ff.tar.gz cpython-19ef62d5a98111df15400db22d18a3a555f5f1ff.tar.bz2 |
pickle.py, load_int(): Match cPickle's just-repaired ability to unpickle
64-bit INTs on 32-bit boxes (where they become longs). Also exploit that
int(str) and long(str) will ignore a trailing newline (saves creating a
new string at the Python level).
pickletester.py: Simulate reading a pickle produced by a 64-bit box.
Diffstat (limited to 'Doc')
0 files changed, 0 insertions, 0 deletions