Skip to content

Commit 5c82943

Browse files
miss-islingtonesc
andauthored
[docs] Mention RESUME opcode in whatsnew/3.11.rst (GH-95595) (GH-95851)
(cherry picked from commit cf28540) Co-authored-by: esc <[email protected]>
1 parent 2c4bd21 commit 5c82943

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 2 additions & 0 deletions
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)