]> granicus.if.org Git - python/commit
Issue #12848: The pure Python pickle implementation now treats object lengths as...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 24 Nov 2012 19:42:59 +0000 (20:42 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 24 Nov 2012 19:42:59 +0000 (20:42 +0100)
commitab56710989745ff11c10205ea993c2e423c22f75
tree11913628f9f7fbf43d94fbdc7bc1d37ebb376c0c
parent7fde5b3ccfa93d2e0ff309af048ed86a532a0b91
parent9982c53c2feb6e6e03c4c6d87d77c6ee69bfc435
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.
Misc/NEWS