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 WoodyWoo
Recipients WoodyWoo, docs@python, eli.bendersky, eric.smith, scoder, serhiy.storchaka
Date 2020-09-30.23:27:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601508442.88.0.84939624349.issue41892@roundup.psfhosted.org>
In-reply-to
Content
I think "for each in list" should not work by index,but should work by pointer like thing,could be a list of pointers.
When the "for each in list" was acting,the pointers list would be fixed,and you need not to worry about the "list" changing.
History
Date User Action Args
2020-09-30 23:27:22WoodyWoosetrecipients: + WoodyWoo, scoder, eric.smith, eli.bendersky, docs@python, serhiy.storchaka
2020-09-30 23:27:22WoodyWoosetmessageid: <1601508442.88.0.84939624349.issue41892@roundup.psfhosted.org>
2020-09-30 23:27:22WoodyWoolinkissue41892 messages
2020-09-30 23:27:22WoodyWoocreate