Skip to content

Commit 3d0e51a

Browse files
committed
credit Vlad
1 parent 3236f45 commit 3d0e51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Add :opcode:`LOAD_SUPER_ATTR` (and a specialization for ``super().method()``) to
22
speed up ``super().method()`` and ``super().attr``. This makes
33
``super().method()`` roughly 2.3x faster and brings it within 20% of the
4-
performance of a simple method call. Patch by Carl Meyer.
4+
performance of a simple method call. Patch by Vladimir Matveev and Carl Meyer.

0 commit comments

Comments
 (0)