mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-97933: add LOAD_FAST_AND_CLEAR to 3.12 What's New bytecode section (#105126)
This commit is contained in:
parent
7fbac51baf
commit
5701799067
1 changed files with 3 additions and 0 deletions
|
@ -915,6 +915,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue