Message 365241 - Python tracker

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.

Content
It shown 1% slower for performance.

+--------------------------+-----------------+----------------------------+
| Benchmark                | master-subclass | bpo-40077-subclass         |
+==========================+=================+============================+
| bench _abc_subclasscheck | 295 ns          | 300 ns: 1.01x slower (+1%) |
+--------------------------+-----------------+----------------------------+

+--------------------------+-------------------+----------------------------+
| Benchmark                | master-isinstance | bpo-40077-isinstance       |
+==========================+===================+============================+
| bench _abc_instancecheck | 229 ns            | 232 ns: 1.01x slower (+1%) |
+--------------------------+-------------------+----------------------------+