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 alexandre.vassalotti, pitrou, rhettinger, serhiy.storchaka
Date 2016-02-08.15:40:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454946040.54.0.265961373711.issue25776@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch extends tests for pickling iterators of mutable sequences. Now tested iterators in different states: initial (no iterated yet), running (in the middle of iteration), empty (just the last item was emitted) and exhausted (tried to iterate past the end).
History
Date User Action Args
2016-02-08 15:40:40serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, alexandre.vassalotti
2016-02-08 15:40:40serhiy.storchakasetmessageid: <1454946040.54.0.265961373711.issue25776@psf.upfronthosting.co.za>
2016-02-08 15:40:40serhiy.storchakalinkissue25776 messages
2016-02-08 15:40:40serhiy.storchakacreate