Issue 10640: SystemError on pickling bytes >= 4GB (original) (raw)
Issue10640
Created on 2010-12-06 19:33 by hagen, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Messages (3) | ||
---|---|---|
msg123499 - (view) | Author: Hagen Fürstenau (hagen) | Date: 2010-12-06 19:33 |
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. | ||
msg123502 - (view) | Author: R. David Murray (r.david.murray) * ![]() |
Date: 2010-12-06 19:52 |
I suspect this is a duplicate of issue 9614, or rather a subset of that issue. | ||
msg177550 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2012-12-15 19:15 |
It should actually have been fixed in issue 11564. Please reopen if you can reproduce with a recent 3.x Python. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:09 | admin | set | github: 54849 |
2012-12-15 19:15:18 | pitrou | set | status: pending -> closedsuperseder: pickle not 64-bit readyresolution: duplicatemessages: + |
2012-12-02 10:27:47 | serhiy.storchaka | set | status: open -> pending |
2011-04-26 17:51:32 | santoso.wijaya | set | nosy: + santoso.wijaya |
2010-12-06 19:52:56 | r.david.murray | set | nosy: + pitrou, amaury.forgeotdarc, alexandre.vassalotti, janglin, r.david.murraymessages: + |
2010-12-06 19:33:06 | hagen | create |