]> 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:07:43 +0000 (12:07 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 13 Feb 2013 10:07:43 +0000 (12:07 +0200)
commit34fe1b7a3db61ee1b92f495488b08532b6126450
treede94d75bf607a62aa0c14c98361d52eb7307986e
parent7d360038f5cfd5c15d55d81bb71848a11a09120c
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
Lib/test/test_support.py
Misc/NEWS
Python/marshal.c