]> granicus.if.org Git - python/commit
Issue #5308: Raise ValueError when marshalling too large object (a sequence
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 13 Feb 2013 10:08:15 +0000 (12:08 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 13 Feb 2013 10:08:15 +0000 (12:08 +0200)
commit7e0191170e95ffd9c95d840a5631e0f1831998f9
tree4e5857c6ebf0f36be5ba7a0eb33f465ae1b1c1e7
parent76a2ed1398e2223bfe01c930e79fe314b4d02feb
Issue #5308: Raise ValueError when marshalling too large object (a sequence
with size >= 2**31), instead of producing illegal marshal data.
Lib/test/test_marshal.py
Misc/NEWS
Python/marshal.c