Skip to content

Commit 0918fcf

Browse files
committed
pythongh-97933: add LOAD_FAST_AND_CLEAR to 3.12 What's New bytecode section
1 parent 7be667d commit 0918fcf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/whatsnew/3.12.rst

+3
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,9 @@ CPython bytecode changes
911911
* Remove the :opcode:`!JUMP_IF_FALSE_OR_POP` and :opcode:`!JUMP_IF_TRUE_OR_POP`
912912
instructions. (Contributed by Irit Katriel in :gh:`102859`.)
913913

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+
914917
* Add the :opcode:`LOAD_FROM_DICT_OR_DEREF`, :opcode:`LOAD_FROM_DICT_OR_GLOBALS`,
915918
and :opcode:`LOAD_LOCALS` opcodes as part of the implementation of :pep:`695`.
916919
Remove the :opcode:`!LOAD_CLASSDEREF` opcode, which can be replaced with

0 commit comments

Comments
 (0)