]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-97933: add LOAD_FAST_AND_CLEAR to 3.12 What's New bytecode section (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 31 May 2023 13:46:26 +0000 (06:46 -0700)
committerGitHub <noreply@github.com>
Wed, 31 May 2023 13:46:26 +0000 (07:46 -0600)
Doc/whatsnew/3.12.rst

index ef9e4012437f7d4bedaf90cbcc4423dfe0634da3..c54c5d32ca06bf5174b904a096d0dcd590664be1 100644 (file)
@@ -911,6 +911,9 @@ CPython bytecode changes
 * Remove the :opcode:`!JUMP_IF_FALSE_OR_POP` and :opcode:`!JUMP_IF_TRUE_OR_POP`
   instructions. (Contributed by Irit Katriel in :gh:`102859`.)
 
+* Add the :opcode:`LOAD_FAST_AND_CLEAR` instruction as part of the
+  implementation of :pep:`709`. (Contributed by Carl Meyer in :gh:`101441`.)
+
 * Add the :opcode:`LOAD_FROM_DICT_OR_DEREF`, :opcode:`LOAD_FROM_DICT_OR_GLOBALS`,
   and :opcode:`LOAD_LOCALS` opcodes as part of the implementation of :pep:`695`.
   Remove the :opcode:`!LOAD_CLASSDEREF` opcode, which can be replaced with