]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12848: The pure Python pickle implementation now treats object lengths as...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 24 Nov 2012 19:40:21 +0000 (20:40 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 24 Nov 2012 19:40:21 +0000 (20:40 +0100)
commitbf6ecf92fa9800b1b99d78a82518bcae30115e0c
tree8d366bc0e181a5582428d8c996dc45c12257c95a
parent82e60de7277a9dc569c983d913a24b870c3ee2b8
Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does.
Patch by Serhiy Storchaka.
Lib/pickle.py
Misc/NEWS
Modules/_pickle.c