This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kristjan.jonsson
Recipients alexandre.vassalotti, arigo, kristjan.jonsson, python-dev, serhiy.storchaka
Date 2015-12-07.12:07:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449490059.64.0.783981924212.issue25718@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-12-07 12:07:39kristjan.jonssonsetrecipients: + kristjan.jonsson, arigo, alexandre.vassalotti, python-dev, serhiy.storchaka
2015-12-07 12:07:39kristjan.jonssonsetmessageid: <1449490059.64.0.783981924212.issue25718@psf.upfronthosting.co.za>
2015-12-07 12:07:39kristjan.jonssonlinkissue25718 messages
2015-12-07 12:07:39kristjan.jonssoncreate