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
899899 the :mod: `tokenize ` module. (Contributed by Marta Gómez Macías and Pablo Galindo
900900 in :gh: `102856 `.)
901901
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+
902906
903907CPython bytecode changes
904908========================
@@ -917,6 +921,9 @@ CPython bytecode changes
917921 :opcode: `LOAD_LOCALS ` plus :opcode: `LOAD_FROM_DICT_OR_DEREF `. (Contributed
918922 by Jelle Zijlstra in :gh: `103764 `.)
919923
924+ * Add the :opcode: `LOAD_SUPER_ATTR ` instruction. (Contributed by Carl Meyer and
925+ Vladimir Matveev in :gh: `103497 `.)
926+
920927Demos and Tools
921928===============
922929
You can’t perform that action at this time.
0 commit comments