]> granicus.if.org Git - python/commit
load_int: The fallback to long ints was coded in such a way that it
authorTim Peters <tim.peters@gmail.com>
Tue, 28 Aug 2001 22:08:34 +0000 (22:08 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 28 Aug 2001 22:08:34 +0000 (22:08 +0000)
commit12778e314b884be72dba30145aff6ce8d0156344
tree5b36d6426e5de4a79e875611d151941924cb23d2
parent08f99562614f87a02bf27eb0b7c427f6828bd0e9
load_int:  The fallback to long ints was coded in such a way that it
couldn't succeed.  Fixed.
Modules/cPickle.c