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 paul.moore
Recipients eric.smith, paul.moore, sreedevi.ha, steven.daprano
Date 2020-09-12.17:17:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599931075.54.0.444567123398.issue41774@roundup.psfhosted.org>
In-reply-to
Content
There is a bug in your program. You should not mutate the list while looping over it.
History
Date User Action Args
2020-09-12 17:17:55paul.mooresetrecipients: + paul.moore, eric.smith, steven.daprano, sreedevi.ha
2020-09-12 17:17:55paul.mooresetmessageid: <1599931075.54.0.444567123398.issue41774@roundup.psfhosted.org>
2020-09-12 17:17:55paul.moorelinkissue41774 messages
2020-09-12 17:17:55paul.moorecreate