Message115718
| 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. |
|