[issue5308] cannot marshal objects with more than 2**31 elements

Mark Dickinson report at bugs.python.org
Wed Feb 6 20:08:42 CET 2013


Mark Dickinson added the comment:

> (and C standard requites at least 32-bit ints)

No, that's not true: see Annex E of the standard, where the minimum for INT_MAX is declared to be 32767.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5308>
_______________________________________


More information about the Python-bugs-list mailing list