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 pitrou
Recipients alexandre.vassalotti, pitrou, serhiy.storchaka
Date 2012-11-17.14:55:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353164125.96.0.710629700448.issue12848@psf.upfronthosting.co.za>
In-reply-to
Content
> Here is a patch for 3.x. It unify behavior of Python and C
> implementations and unify behavior on 32- and 64-bit platforms.  For 
> backward compatibility Pickler can pickle up to 2G data, but Unpickler 
> can unpickle up to 4G on 64-bit.

I agree the right tradeoff is not easy to find, but I don't think we should introduce a regression in _pickle.c just for the sake of making it more consistent with pickle.py's bugs. So _pickle.c behaviour should probably be preserved, and pickle.py should be improved to accept unpickling 4G pickles.
History
Date User Action Args
2012-11-17 14:55:26pitrousetrecipients: + pitrou, alexandre.vassalotti, serhiy.storchaka
2012-11-17 14:55:25pitrousetmessageid: <1353164125.96.0.710629700448.issue12848@psf.upfronthosting.co.za>
2012-11-17 14:55:25pitroulinkissue12848 messages
2012-11-17 14:55:25pitroucreate