[issue29368] Optimize unpickling list-like objects: use extend() instead of append()

Raymond Hettinger report at bugs.python.org
Thu Jan 26 03:18:59 EST 2017


Raymond Hettinger added the comment:

This code looks correct and reasonable.  The tests all pass for me.  I think you can go forward and apply the patch.

----------
assignee:  -> serhiy.storchaka
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list