]> granicus.if.org Git - python/commit
Issue #26492: Exhausted iterator of array.array now conforms with the behavior
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 30 Mar 2016 18:11:16 +0000 (21:11 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 30 Mar 2016 18:11:16 +0000 (21:11 +0300)
commitab0d198c7a6b2133ba5f782d7b951fef00ae615c
treea06cc9e22092d9e4cbb0c7bc5aaf96d5eac72ab6
parentf39c0ac62f90842b790a41f1b0ddd51a6e3d8dc2
Issue #26492: Exhausted iterator of array.array now conforms with the behavior
of iterators of other mutable sequences: it lefts exhausted even if iterated
array is extended.
Lib/test/test_array.py
Misc/NEWS
Modules/arraymodule.c