summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-08-10 11:01:19 (GMT)
committerGitHub <noreply@github.com>2022-08-10 11:01:19 (GMT)
commit5c829436d201fc166683d5afa9669f1bdee609dd (patch)
treefe09ea8a243ac949e818820b744f6d26d6a739c3 /Doc/whatsnew
parent2c4bd21630b6de45a211e3a8c0aea38abe4c58f2 (diff)
downloadcpython-5c829436d201fc166683d5afa9669f1bdee609dd.zip
cpython-5c829436d201fc166683d5afa9669f1bdee609dd.tar.gz
cpython-5c829436d201fc166683d5afa9669f1bdee609dd.tar.bz2
[docs] Mention RESUME opcode in whatsnew/3.11.rst (GH-95595) (GH-95851)
(cherry picked from commit cf28540fd361eaca7b457e3fa43d62fd97a94d17) Co-authored-by: esc <esc@users.noreply.github.com>
Diffstat (limited to 'Doc/whatsnew')
-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 a36564a..f25bc54 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
==========