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 Dennis Sweeney, arhadthedev, itamaro, kj, serhiy.storchaka
Date 2021-11-03.20:20:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635970859.45.0.742244885737.issue45697@roundup.psfhosted.org>
In-reply-to
Content
Creating a new type takes microseconds, and using PyObject_TypeCheck() instead of PyType_IsSubtype() can save nanoseconds. So, while this replacement looks harmless, its effect can hardly be measured even in microbenchmarks.
History
Date User Action Args
2021-11-03 20:20:59serhiy.storchakasetrecipients: + serhiy.storchaka, Dennis Sweeney, kj, itamaro, arhadthedev
2021-11-03 20:20:59serhiy.storchakasetmessageid: <1635970859.45.0.742244885737.issue45697@roundup.psfhosted.org>
2021-11-03 20:20:59serhiy.storchakalinkissue45697 messages
2021-11-03 20:20:59serhiy.storchakacreate