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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2016-01-05.14:47:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452005257.2.0.950563811675.issue26015@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch updates tests for iterators of mutable sequences. Now tested iterators in all four states (initial, running, empty and exhausted), and tested that unpickled iterator is linked with a sequence, not with an independed copy (as in case of dict iterators).

Note that there is a difference in the behavior of exhausted array iterator from other iterators. Perhaps this should be changed.
History
Date User Action Args
2016-01-05 14:47:37serhiy.storchakasetrecipients: + serhiy.storchaka
2016-01-05 14:47:37serhiy.storchakasetmessageid: <1452005257.2.0.950563811675.issue26015@psf.upfronthosting.co.za>
2016-01-05 14:47:37serhiy.storchakalinkissue26015 messages
2016-01-05 14:47:36serhiy.storchakacreate