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 vstinner
Recipients corona10, pablogsal, phsilva, skrah, vstinner
Date 2020-03-28.17:13:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585415598.27.0.337796590719.issue40077@roundup.psfhosted.org>
In-reply-to
Content
> Should we stop the work until the overhead is measured?

Can you try to measure the _abc._abc_instancecheck() and _abc._abc_subclasscheck() functions performance before/after your change? Functions like register() are rarely call, so I don't care much of their performance (I expect a small overhead or no overhead).
History
Date User Action Args
2020-03-28 17:13:18vstinnersetrecipients: + vstinner, phsilva, skrah, corona10, pablogsal
2020-03-28 17:13:18vstinnersetmessageid: <1585415598.27.0.337796590719.issue40077@roundup.psfhosted.org>
2020-03-28 17:13:18vstinnerlinkissue40077 messages
2020-03-28 17:13:18vstinnercreate