Staging
v0.8.1
https://github.com/python/cpython
Revision 44714007e888acba27d8527122bf618c28a4120b authored by Tim Peters on 10 April 2001, 05:02:52 UTC, committed by Tim Peters on 10 April 2001, 05:02:52 UTC
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.
1 parent d8ae7c2
History
Tip revision: 44714007e888acba27d8527122bf618c28a4120b authored by Tim Peters on 10 April 2001, 05:02:52 UTC
test_pickle works on sizeof(long)==8 boxes again.
Tip revision: 4471400
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 79 bytes
.hgtags -rw-r--r-- 1.9 KB
LICENSE -rw-r--r-- 9.2 KB
Makefile.pre.in -rw-r--r-- 21.7 KB
README -rw-r--r-- 37.9 KB
acconfig.h -rw-r--r-- 6.0 KB
config.h.in -rw-r--r-- 16.5 KB
configure -rwxr-xr-x 176.9 KB
configure.in -rw-r--r-- 35.9 KB
install-sh -rwxr-xr-x 5.5 KB
setup.py -rw-r--r-- 24.5 KB

README

back to top