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 terry.reedy
Recipients rhettinger, serhiy.storchaka, sir-sigurd, terry.reedy
Date 2017-08-05.04:56:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501909000.71.0.520289418644.issue31108@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I mistakenly assumed, without carefully checking the C code, that the speedup was from checking the underlying collection, without advancing the iterator.  I presume that " ++it->it_index;" is the statement to the contrary. I should have either asked or found this sooner.  I unlinked the noisy comment.
History
Date User Action Args
2017-08-05 04:56:40terry.reedysetrecipients: + terry.reedy, rhettinger, serhiy.storchaka, sir-sigurd
2017-08-05 04:56:40terry.reedysetmessageid: <1501909000.71.0.520289418644.issue31108@psf.upfronthosting.co.za>
2017-08-05 04:56:40terry.reedylinkissue31108 messages
2017-08-05 04:56:40terry.reedycreate