[issue16551] Cleanup the pure Python pickle implementation

Serhiy Storchaka report at bugs.python.org
Sat Apr 13 15:24:15 CEST 2013


Serhiy Storchaka added the comment:

Patch updated in response to Alexandre's comments. In additional to his suggestions some other minor things simplified. _batch_appends and _batch_setitems now use islice instead range. Some bugs found and new issues created (issue17710, issue17711).

----------
Added file: http://bugs.python.org/file29797/pickle_cleanup_3.patch

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


More information about the Python-bugs-list mailing list