Thanks to visit codestin.com Credit goes to github.com
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 7fbac51 commit 5701799Copy full SHA for 5701799
1 file changed
Doc/whatsnew/3.12.rst
@@ -915,6 +915,9 @@ CPython bytecode changes
915
* Remove the :opcode:`!JUMP_IF_FALSE_OR_POP` and :opcode:`!JUMP_IF_TRUE_OR_POP`
916
instructions. (Contributed by Irit Katriel in :gh:`102859`.)
917
918
+* Add the :opcode:`LOAD_FAST_AND_CLEAR` instruction as part of the
919
+ implementation of :pep:`709`. (Contributed by Carl Meyer in :gh:`101441`.)
920
+
921
* Add the :opcode:`LOAD_FROM_DICT_OR_DEREF`, :opcode:`LOAD_FROM_DICT_OR_GLOBALS`,
922
and :opcode:`LOAD_LOCALS` opcodes as part of the implementation of :pep:`695`.
923
Remove the :opcode:`!LOAD_CLASSDEREF` opcode, which can be replaced with
0 commit comments