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 serhiy.storchaka
Recipients berker.peksag, erlendaasland, serhiy.storchaka
Date 2021-02-19.17:33:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613756026.95.0.317016675298.issue43267@roundup.psfhosted.org>
In-reply-to
Content
It is a kind of optimization. We first perform few fast checks for exact types, and then slower subclass checks.

I do not know whether this optimization is worth, but it was written so, and there is nothing wrong in it.
History
Date User Action Args
2021-02-19 17:33:46serhiy.storchakasetrecipients: + serhiy.storchaka, berker.peksag, erlendaasland
2021-02-19 17:33:46serhiy.storchakasetmessageid: <1613756026.95.0.317016675298.issue43267@roundup.psfhosted.org>
2021-02-19 17:33:46serhiy.storchakalinkissue43267 messages
2021-02-19 17:33:46serhiy.storchakacreate