]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19881: Fix bad pickling of large bytes in cpickle.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Fri, 6 Dec 2013 03:29:32 +0000 (19:29 -0800)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Fri, 6 Dec 2013 03:29:32 +0000 (19:29 -0800)
commit6e73ff1a31a430b00d9e5aa537dc08cbbe89bd2d
treeca782a6fa57f2cfd86264ff53b8030ccbb2a03b5
parentc9a87e6bbebd87691de435b1c4b2a456d073222d
Issue #19881: Fix bad pickling of large bytes in cpickle.
Lib/test/pickletester.py
Misc/NEWS
Modules/_pickle.c