Skip to content

Commit d9415f6

Browse files
authored
GH-109190: Copyedit 3.12 What's New: bytecode (LOAD_METHOD) (#109665)
bytecode: suppress reference to removed LOAD_METHOD
1 parent 8fc0713 commit d9415f6

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)