]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26492: Added additional tests for exhausted iterators of mutable sequences.
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 30 Mar 2016 18:01:26 +0000 (21:01 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 30 Mar 2016 18:01:26 +0000 (21:01 +0300)
commit8dc2ec1513e90a8d23394f1c4ec3a07c4e057610
tree9ab12f22a0ce6dd8a08a84aa7bd9c99fc21506db
parentfbb1c5ee068d209e33f6e15ecb4821d5d8b107fa
Issue #26492: Added additional tests for exhausted iterators of mutable sequences.
Lib/test/list_tests.py
Lib/test/test_bytes.py
Lib/test/test_iter.py