This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients benjamin.peterson, larry, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2016-03-30.18:11:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160330181143.40494.80024.5C18877C@psf.io>
In-reply-to
Content
New changeset 89ba67ee83d6 by Serhiy Storchaka in branch '3.5':
Issue #26492: Added additional tests for exhausted iterators of mutable sequences.
https://hg.python.org/cpython/rev/89ba67ee83d6

New changeset b4ea00d50e7e by Serhiy Storchaka in branch 'default':
Issue #26492: Added additional tests for exhausted iterators of mutable sequences.
https://hg.python.org/cpython/rev/b4ea00d50e7e

New changeset 249ef9d02aa6 by Serhiy Storchaka in branch '2.7':
Issue #26492: Added additional tests for exhausted iterators of mutable sequences.
https://hg.python.org/cpython/rev/249ef9d02aa6

New changeset b6eebe7cf5ae by Serhiy Storchaka in branch 'default':
Issue #26492: Exhausted iterator of array.array now conforms with the behavior
https://hg.python.org/cpython/rev/b6eebe7cf5ae
History
Date User Action Args
2016-03-30 18:11:50python-devsetrecipients: + python-dev, rhettinger, vstinner, larry, benjamin.peterson, serhiy.storchaka
2016-03-30 18:11:49python-devlinkissue26492 messages
2016-03-30 18:11:49python-devcreate