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, gvanrossum, joperez, kj, martinitus, serhiy.storchaka
Date 2022-01-04.18:00:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641319207.7.0.526810250923.issue45665@roundup.psfhosted.org>
In-reply-to
Content
`isinstance(list[int], type)` returns `True` in 3.9 as well, so the behaviour has been around for a while. (Not a comment on whether the change is worth making, just a note.)
History
Date User Action Args
2022-01-04 18:00:07AlexWaygoodsetrecipients: + AlexWaygood, gvanrossum, serhiy.storchaka, joperez, kj, martinitus
2022-01-04 18:00:07AlexWaygoodsetmessageid: <1641319207.7.0.526810250923.issue45665@roundup.psfhosted.org>
2022-01-04 18:00:07AlexWaygoodlinkissue45665 messages
2022-01-04 18:00:07AlexWaygoodcreate