Skip to content

Commit cf28540

Browse files
authored
[docs] Mention RESUME opcode in whatsnew/3.11.rst (#95595)
1 parent 5a97a93 commit cf28540

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/whatsnew/3.11.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1208,6 +1208,8 @@ CPython bytecode changes
12081208
* :opcode:`JUMP_IF_TRUE_OR_POP` and :opcode:`JUMP_IF_FALSE_OR_POP` are now
12091209
relative rather than absolute.
12101210

1211+
* :opcode:`RESUME` has been added. It is a no-op. Performs internal tracing,
1212+
debugging and optimization checks.
12111213

12121214
Deprecated
12131215
==========

0 commit comments

Comments
 (0)