File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -899,6 +899,10 @@ Optimizations
899
899
the :mod: `tokenize ` module. (Contributed by Marta Gómez Macías and Pablo Galindo
900
900
in :gh: `102856 `.)
901
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
+
902
906
903
907
CPython bytecode changes
904
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
+ Vladimir Matveev in :gh: `103497 `.)
929
+
923
930
Demos and Tools
924
931
===============
925
932
You can’t perform that action at this time.
0 commit comments