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 JelleZijlstra
Recipients JelleZijlstra, corona10, trey
Date 2022-01-26.03:18:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643167121.32.0.292764125745.issue46527@roundup.psfhosted.org>
In-reply-to
Content
I can confirm that the behavior changed between 3.10 and current main: enumerate(iterable=[]) works on 3.10 but not on main. It's likely a consequence of bpo-43706.

I'll submit a patch to restore the previous behavior.
History
Date User Action Args
2022-01-26 03:18:41JelleZijlstrasetrecipients: + JelleZijlstra, trey, corona10
2022-01-26 03:18:41JelleZijlstrasetmessageid: <1643167121.32.0.292764125745.issue46527@roundup.psfhosted.org>
2022-01-26 03:18:41JelleZijlstralinkissue46527 messages
2022-01-26 03:18:41JelleZijlstracreate