summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.11.rst
diff options
context:
space:
mode:
authoresc <esc@users.noreply.github.com>2022-08-10 10:50:21 (GMT)
committerGitHub <noreply@github.com>2022-08-10 10:50:21 (GMT)
commitcf28540fd361eaca7b457e3fa43d62fd97a94d17 (patch)
tree40c9f29ef1a74a657ae6415255dafaceaaea6499 /Doc/whatsnew/3.11.rst
parent5a97a93be086c19343df4352672bfda32f6cbd0c (diff)
downloadcpython-cf28540fd361eaca7b457e3fa43d62fd97a94d17.zip
cpython-cf28540fd361eaca7b457e3fa43d62fd97a94d17.tar.gz
cpython-cf28540fd361eaca7b457e3fa43d62fd97a94d17.tar.bz2
[docs] Mention RESUME opcode in whatsnew/3.11.rst (#95595)
Diffstat (limited to 'Doc/whatsnew/3.11.rst')
-rw-r--r--Doc/whatsnew/3.11.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 39f1dab..7e1130e 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -1208,6 +1208,8 @@ CPython bytecode changes
* :opcode:`JUMP_IF_TRUE_OR_POP` and :opcode:`JUMP_IF_FALSE_OR_POP` are now
relative rather than absolute.
+* :opcode:`RESUME` has been added. It is a no-op. Performs internal tracing,
+ debugging and optimization checks.
Deprecated
==========