commit | 0c15b5d8973e9161ceb7b68339a37edd7ccc54d7 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Feb 13 12:12:11 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Feb 13 12:12:11 2013 +0200 |
tree | e256cb0f8479e24e33965e78e5a6bf5fe55ddf90 | |
parent | 7e298d0aa5a77f799993cbf09f88c1703602b34c [diff] | |
parent | 5a1f152d198722aa4c36e65f952bc92e0f8ac747 [diff] |
Issue #5308: Raise ValueError when marshalling too large object (a sequence with size >= 2**31), instead of producing illegal marshal data.