]> granicus.if.org Git - python/commit
Issue #26015: Added new tests for pickling iterators of mutable sequences.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 6 Mar 2016 12:10:24 +0000 (14:10 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 6 Mar 2016 12:10:24 +0000 (14:10 +0200)
commitaabafe7bc293b377629ff97c3e955956eaf6350a
treed1927032c2f9afa882f6143f10a902424cb5fcc6
parentd55162517da38138fed130607b311ed4cc62ec77
Issue #26015: Added new tests for pickling iterators of mutable sequences.
Lib/test/test_array.py
Lib/test/test_bytes.py
Lib/test/test_deque.py
Lib/test/test_iter.py
Lib/test/test_list.py
Misc/NEWS