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 taleinat, terry.reedy
Date 2021-01-24.18:29:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611512957.24.0.0829092819516.issue43013@roundup.psfhosted.org>
In-reply-to
Content
Delete 2. 'list' is needed if for-suite mutates the dict all 6 either directly or maybe indirectly do so.  Not worth checking unless otherwise editing the function.

6. N unneeded .keys() (out of 13 occurrences) when iterating dict.  Low priority.

First patch does 1. and 5.
History
Date User Action Args
2021-01-24 18:29:17terry.reedysetrecipients: + terry.reedy, taleinat
2021-01-24 18:29:17terry.reedysetmessageid: <1611512957.24.0.0829092819516.issue43013@roundup.psfhosted.org>
2021-01-24 18:29:17terry.reedylinkissue43013 messages
2021-01-24 18:29:17terry.reedycreate