[issue25776] More compact pickle of iterators etc

Raymond Hettinger report at bugs.python.org
Sun Mar 6 05:04:37 EST 2016


Raymond Hettinger added the comment:

My first impression is that this isn't worth the extra special case code.  The savings is very small (only a few bytes) and it isn't common to pickle these iterators.

----------

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


More information about the Python-bugs-list mailing list