[issue9410] Add Unladen Swallow's optimizations to Python 3's pickle.

Antoine Pitrou report at bugs.python.org
Mon Sep 6 19:09:27 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9410>
_______________________________________


More information about the Python-bugs-list mailing list