[issue10640] SystemError on pickling bytes >= 4GB

Hagen Fürstenau report at bugs.python.org
Mon Dec 6 20:33:09 CET 2010


New submission from Hagen Fürstenau <hagen at zhuliguan.net>:

Pickling a bytes object of length >= 2**32 results in a "SystemError: error return without exception set".

If pickling large bytes objects isn't supported, this should be documented and a helpful exception be raised.

----------
components: Library (Lib)
messages: 123499
nosy: hagen
priority: normal
severity: normal
status: open
title: SystemError on pickling bytes >= 4GB
versions: Python 3.1

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


More information about the Python-bugs-list mailing list