Commit 7fbac51 1 parent 7be667d commit 7fbac51 Copy full SHA for 7fbac51
File tree 1 file changed +7
-0
lines changed
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
========================
@@ -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
+ Vladimir Matveev in :gh: `103497 `.)
926
+
920
927
Demos and Tools
921
928
===============
922
929
You can’t perform that action at this time.
0 commit comments