Kristján Valur Jónsson added the comment:

This could be fixed by saving the accumulate state in a tuple.  It would break 
protocol, though.  I don't recall the rules for backwards compatibility of 
pickles.
I've argued before that the state of runtime structures such as generators is 
so intimately tied with the currently executing python that we shouldn't worry 
to much about it.  This sort of stuff is used for caches, IPC, and so on.  But 
it's not my call.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25718>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to