Skip to content

Commit 7fbac51

Browse files
authored
gh-87729: add LOAD_SUPER_ATTR to 3.12 What's New (#105125)
1 parent 7be667d commit 7fbac51

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Doc/whatsnew/3.12.rst

+7
Original file line numberDiff line numberDiff 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

903907
CPython 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+
920927
Demos and Tools
921928
===============
922929

0 commit comments

Comments
 (0)