Message256058
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. |
|
Date |
User |
Action |
Args |
2015-12-07 12:07:39 | kristjan.jonsson | set | recipients:
+ kristjan.jonsson, arigo, alexandre.vassalotti, python-dev, serhiy.storchaka |
2015-12-07 12:07:39 | kristjan.jonsson | set | messageid: <1449490059.64.0.783981924212.issue25718@psf.upfronthosting.co.za> |
2015-12-07 12:07:39 | kristjan.jonsson | link | issue25718 messages |
2015-12-07 12:07:39 | kristjan.jonsson | create | |
|