[issue10640] SystemError on pickling bytes >= 4GB

2012-12-15 Thread Antoine Pitrou

Antoine Pitrou added the comment:

It should actually have been fixed in issue 11564. Please reopen if you can 
reproduce with a recent 3.x Python.

--
resolution:  -> duplicate
status: pending -> closed
superseder:  -> pickle not 64-bit ready

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10640] SystemError on pickling bytes >= 4GB

2012-12-02 Thread Serhiy Storchaka

Changes by Serhiy Storchaka :


--
status: open -> pending

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10640] SystemError on pickling bytes >= 4GB

2011-04-26 Thread Santoso Wijaya

Changes by Santoso Wijaya :


--
nosy: +santa4nt

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10640] SystemError on pickling bytes >= 4GB

2010-12-06 Thread R. David Murray

R. David Murray  added the comment:

I suspect this is a duplicate of issue 9614, or rather a subset of that issue.

--
nosy: +alexandre.vassalotti, amaury.forgeotdarc, janglin, pitrou, r.david.murray

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10640] SystemError on pickling bytes >= 4GB

2010-12-06 Thread Hagen Fürstenau

New submission from Hagen Fürstenau :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com