We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c21a9 commit 4f477c7Copy full SHA for 4f477c7
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
========================
@@ -920,6 +924,9 @@ CPython bytecode changes
920
924
:opcode:`LOAD_LOCALS` plus :opcode:`LOAD_FROM_DICT_OR_DEREF`. (Contributed
921
925
by Jelle Zijlstra in :gh:`103764`.)
922
926
927
+* Add the :opcode:`LOAD_SUPER_ATTR` instruction. (Contributed by Carl Meyer and
928
929
923
930
Demos and Tools
931
===============
932
0 commit comments