Skip to content

Commit 5030d38

Browse files
[3.12] GH-109190: Copyedit 3.12 What's New: bytecode (LOAD_METHOD) (GH-109665) (#109728)
GH-109190: Copyedit 3.12 What's New: bytecode (LOAD_METHOD) (GH-109665) (cherry picked from commit d9415f6) bytecode: suppress reference to removed LOAD_METHOD Co-authored-by: Adam Turner <[email protected]>
1 parent c03ed79 commit 5030d38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.12.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1000,9 +1000,9 @@ Optimizations
10001000
CPython bytecode changes
10011001
========================
10021002

1003-
* Remove the :opcode:`LOAD_METHOD` instruction. It has been merged into
1003+
* Remove the :opcode:`!LOAD_METHOD` instruction. It has been merged into
10041004
:opcode:`LOAD_ATTR`. :opcode:`LOAD_ATTR` will now behave like the old
1005-
:opcode:`LOAD_METHOD` instruction if the low bit of its oparg is set.
1005+
:opcode:`!LOAD_METHOD` instruction if the low bit of its oparg is set.
10061006
(Contributed by Ken Jin in :gh:`93429`.)
10071007

10081008
* Remove the :opcode:`!JUMP_IF_FALSE_OR_POP` and :opcode:`!JUMP_IF_TRUE_OR_POP`

0 commit comments

Comments
 (0)