This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients alexandre.vassalotti, amaury.forgeotdarc, pitrou
Date 2010-08-17.20:23:16
SpamBayes Score 7.4125495e-08
Marked as misclassified No
Message-id <1282076598.31.0.549172384355.issue9614@psf.upfronthosting.co.za>
In-reply-to
Content
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")
History
Date User Action Args
2010-08-17 20:23:18amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou, alexandre.vassalotti
2010-08-17 20:23:18amaury.forgeotdarcsetmessageid: <1282076598.31.0.549172384355.issue9614@psf.upfronthosting.co.za>
2010-08-17 20:23:16amaury.forgeotdarclinkissue9614 messages
2010-08-17 20:23:16amaury.forgeotdarccreate