]> 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:12:11 +0000 (12:12 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 13 Feb 2013 10:12:11 +0000 (12:12 +0200)
commit0c15b5d8973e9161ceb7b68339a37edd7ccc54d7
treee256cb0f8479e24e33965e78e5a6bf5fe55ddf90
parent7e298d0aa5a77f799993cbf09f88c1703602b34c
parent5a1f152d198722aa4c36e65f952bc92e0f8ac747
Issue #5308: Raise ValueError when marshalling too large object (a sequence
with size >= 2**31), instead of producing illegal marshal data.
Misc/NEWS