We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3236f45 commit 3d0e51aCopy full SHA for 3d0e51a
Misc/NEWS.d/next/Core and Builtins/2023-04-12-20-22-03.gh-issue-87729.99A7UO.rst
@@ -1,4 +1,4 @@
1
Add :opcode:`LOAD_SUPER_ATTR` (and a specialization for ``super().method()``) to
2
speed up ``super().method()`` and ``super().attr``. This makes
3
``super().method()`` roughly 2.3x faster and brings it within 20% of the
4
-performance of a simple method call. Patch by Carl Meyer.
+performance of a simple method call. Patch by Vladimir Matveev and Carl Meyer.
0 commit comments