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 AlexWaygood
Recipients AlexWaygood, kumaraditya, lukasz.langa, rhettinger
Date 2021-12-10.13:05:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639141513.95.0.0225857807514.issue46032@roundup.psfhosted.org>
In-reply-to
Content
The above traceback is because the `isinstance(list[str], type)` check at Lib/functools.py:848 evaluates to `True`. Related: #45665.
History
Date User Action Args
2021-12-10 13:05:13AlexWaygoodsetrecipients: + AlexWaygood, rhettinger, lukasz.langa, kumaraditya
2021-12-10 13:05:13AlexWaygoodsetmessageid: <1639141513.95.0.0225857807514.issue46032@roundup.psfhosted.org>
2021-12-10 13:05:13AlexWaygoodlinkissue46032 messages
2021-12-10 13:05:13AlexWaygoodcreate