From: Serhiy Storchaka Date: Wed, 13 Feb 2013 10:12:11 +0000 (+0200) Subject: Issue #5308: Raise ValueError when marshalling too large object (a sequence X-Git-Tag: v3.4.0a1~1382 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c15b5d8973e9161ceb7b68339a37edd7ccc54d7;p=thirdparty%2FPython%2Fcpython.git Issue #5308: Raise ValueError when marshalling too large object (a sequence with size >= 2**31), instead of producing illegal marshal data. --- 0c15b5d8973e9161ceb7b68339a37edd7ccc54d7