]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-27880: Fixed integer overflow in cPickle when pickle large strings or (#662)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 14 Mar 2017 05:29:33 +0000 (07:29 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Mar 2017 05:29:33 +0000 (07:29 +0200)
commit1aa1803b3df2af9481628b8896babbd686d314ff
tree99dfb5baa41ef4b4740d8403821c8093ca712812
parent4ec14c2360c967da2194eae96b3034a48aa06fad
bpo-27880: Fixed integer overflow in cPickle when pickle large strings or (#662)

too many objects.
Misc/NEWS
Modules/cPickle.c