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 kj
Recipients Dennis Sweeney, arhadthedev, itamaro, kj, serhiy.storchaka
Date 2021-11-03.09:39:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635932396.19.0.678244264467.issue45697@roundup.psfhosted.org>
In-reply-to
Content
> Dennis, you mean something like this? https://github.com/itamaro/cpython/commit/92d46b260cf6ccce1a47003f539294530138e488

Not Dennis, but these changes looks good. As Serhiy mentioned, we can replace the hot callsites with PyObject_TypeCheck without slowing down PyType_IsSubtype.
History
Date User Action Args
2021-11-03 09:39:56kjsetrecipients: + kj, serhiy.storchaka, Dennis Sweeney, itamaro, arhadthedev
2021-11-03 09:39:56kjsetmessageid: <1635932396.19.0.678244264467.issue45697@roundup.psfhosted.org>
2021-11-03 09:39:56kjlinkissue45697 messages
2021-11-03 09:39:56kjcreate