We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc0713 commit d9415f6Copy full SHA for d9415f6
Doc/whatsnew/3.12.rst
@@ -1000,9 +1000,9 @@ Optimizations
1000
CPython bytecode changes
1001
========================
1002
1003
-* Remove the :opcode:`LOAD_METHOD` instruction. It has been merged into
+* Remove the :opcode:`!LOAD_METHOD` instruction. It has been merged into
1004
: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.
+ :opcode:`!LOAD_METHOD` instruction if the low bit of its oparg is set.
1006
(Contributed by Ken Jin in :gh:`93429`.)
1007
1008
* Remove the :opcode:`!JUMP_IF_FALSE_OR_POP` and :opcode:`!JUMP_IF_TRUE_OR_POP`
0 commit comments