]> granicus.if.org Git - python/commit
Issue #25718: Fixed pickling and copying the accumulate() iterator with total is...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 6 Mar 2016 12:02:26 +0000 (14:02 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 6 Mar 2016 12:02:26 +0000 (14:02 +0200)
commit5608411a964f7fd5a35eda04b297e0d77de9958d
treeb7dd9121e58f5660b8684477ee78377b6dc986cc
parentb6bfce6c0b4721700241b550e31ae3aeabcb6f41
parentd55162517da38138fed130607b311ed4cc62ec77
Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None.
Lib/test/test_itertools.py
Misc/NEWS
Modules/itertoolsmodule.c