Message114159
The warnings at lines 284, 301, 461, 647 are benign. The attached patch fixes them.
The others (lines 628, 1320, 1558, 1806) are real issues: pickle will fail when given a list, a tuple or a dict larger than INT_MAX, or when the memo is too large.
There are other issues in 2.7: pickling a large string fails with a SystemError("Negative size passed to PyString_FromStringAndSize") |
|
Date |
User |
Action |
Args |
2010-08-17 20:23:18 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, pitrou, alexandre.vassalotti |
2010-08-17 20:23:18 | amaury.forgeotdarc | set | messageid: <1282076598.31.0.549172384355.issue9614@psf.upfronthosting.co.za> |
2010-08-17 20:23:16 | amaury.forgeotdarc | link | issue9614 messages |
2010-08-17 20:23:16 | amaury.forgeotdarc | create | |
|