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, belopolsky, collinwinter, pitrou, skip.montanaro, vstinner
Date 2010-09-06.17:09:25
SpamBayes Score 0.00013729476
Marked as misclassified No
Message-id <1283792967.7.0.472071972929.issue9410@psf.upfronthosting.co.za>
In-reply-to
Content
The patch doesn't apply cleanly anymore. Furthermore, I discovered some additional issues:
- load, dump, loads and dumps from the _pickle module were never used because they were shadowed by the same functions in pickle.py
- once the C functions above are enabled, they produce some bugs

I'm working on an updated patch, fixing the aforementioned bugs and adding a buffer size limit.
History
Date User Action Args
2010-09-06 17:09:27pitrousetrecipients: + pitrou, skip.montanaro, collinwinter, belopolsky, vstinner, alexandre.vassalotti
2010-09-06 17:09:27pitrousetmessageid: <1283792967.7.0.472071972929.issue9410@psf.upfronthosting.co.za>
2010-09-06 17:09:26pitroulinkissue9410 messages
2010-09-06 17:09:25pitroucreate