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 rhettinger
Recipients rhettinger, serhiy.storchaka
Date 2016-03-06.11:20:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457263219.67.0.34481931246.issue26015@psf.upfronthosting.co.za>
In-reply-to
Content
These tests look fine.  I won't miss "orgit" ;-)

In test_reversed_pickle, please add the blank line before each section like you did for the other tests.

I agree that exhausted array iterator should change to match the others.  Once an iterator is exhausted, it is required to remain exhausted even if the underlying data mutates.   That rule should survive even after dumping and loading.
History
Date User Action Args
2016-03-06 11:20:19rhettingersetrecipients: + rhettinger, serhiy.storchaka
2016-03-06 11:20:19rhettingersetmessageid: <1457263219.67.0.34481931246.issue26015@psf.upfronthosting.co.za>
2016-03-06 11:20:19rhettingerlinkissue26015 messages
2016-03-06 11:20:19rhettingercreate