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

sure, that would preempt the `PyType_IsSubtype` calls coming from these specific callsites, but the early return in `PyType_IsSubtype` would cover those as well as any other path, wouldn't it?
History
Date User Action Args
2021-11-03 03:43:04itamarosetrecipients: + itamaro, Dennis Sweeney
2021-11-03 03:43:04itamarosetmessageid: <1635910984.61.0.526257408932.issue45697@roundup.psfhosted.org>
2021-11-03 03:43:04itamarolinkissue45697 messages
2021-11-03 03:43:04itamarocreate