diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-08-10 11:01:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 11:01:19 (GMT) |
commit | 5c829436d201fc166683d5afa9669f1bdee609dd (patch) | |
tree | fe09ea8a243ac949e818820b744f6d26d6a739c3 /Doc/whatsnew | |
parent | 2c4bd21630b6de45a211e3a8c0aea38abe4c58f2 (diff) | |
download | cpython-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.rst | 2 |
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 ========== |