We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be667d commit 65b96edCopy full SHA for 65b96ed
Doc/whatsnew/3.12.rst
@@ -899,6 +899,10 @@ Optimizations
899
the :mod:`tokenize` module. (Contributed by Marta Gómez Macías and Pablo Galindo
900
in :gh:`102856`.)
901
902
+* Speed up :func:`super` method calls and attribute loads via the
903
+ new :opcode:`LOAD_SUPER_ATTR` instruction. (Contributed by Carl Meyer and
904
+ Vladimir Matveev in :gh:`103497`.)
905
+
906
907
CPython bytecode changes
908
========================
@@ -917,6 +921,9 @@ CPython bytecode changes
917
921
:opcode:`LOAD_LOCALS` plus :opcode:`LOAD_FROM_DICT_OR_DEREF`. (Contributed
918
922
by Jelle Zijlstra in :gh:`103764`.)
919
923
924
+* Add the :opcode:`LOAD_SUPER_ATTR` instruction. (Contributed by Carl Meyer and
925
926
920
927
Demos and Tools
928
===============
929
0 commit comments