8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b42f9 commit d3c21a9Copy full SHA for d3c21a9
Doc/whatsnew/3.12.rst
@@ -911,6 +911,9 @@ CPython bytecode changes
911
* Remove the :opcode:`!JUMP_IF_FALSE_OR_POP` and :opcode:`!JUMP_IF_TRUE_OR_POP`
912
instructions. (Contributed by Irit Katriel in :gh:`102859`.)
913
914
+* Add the :opcode:`LOAD_FAST_AND_CLEAR` instruction as part of the
915
+ implementation of :pep:`709`. (Contributed by Carl Meyer in :gh:`101441`.)
916
+
917
* Add the :opcode:`LOAD_FROM_DICT_OR_DEREF`, :opcode:`LOAD_FROM_DICT_OR_GLOBALS`,
918
and :opcode:`LOAD_LOCALS` opcodes as part of the implementation of :pep:`695`.
919
Remove the :opcode:`!LOAD_CLASSDEREF` opcode, which can be replaced with
0 commit comments