]> granicus.if.org Git - python/commit
Fix cPickle breakage due to last-minute change to the name of the 'long' type
authorGuido van Rossum <guido@python.org>
Sun, 14 Jan 2007 04:02:16 +0000 (04:02 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 14 Jan 2007 04:02:16 +0000 (04:02 +0000)
commit52d01787dcbb301555300c6c6b3df69c9450c8af
treea4de1d502a7362069398c9fd5693b2e43b4a6cbc
parentab18684b60bc337bd104004e5eed9a9d4ebcbbea
Fix cPickle breakage due to last-minute change to the name of the 'long' type
(it's not called 'int' :-).
BROKEN_TESTS
Modules/cPickle.c