From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 10 Aug 2022 11:01:19 +0000 (-0700) Subject: [docs] Mention RESUME opcode in whatsnew/3.11.rst (GH-95595) (GH-95851) X-Git-Tag: v3.11.0rc2~131 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c829436d201fc166683d5afa9669f1bdee609dd;p=thirdparty%2FPython%2Fcpython.git [docs] Mention RESUME opcode in whatsnew/3.11.rst (GH-95595) (GH-95851) (cherry picked from commit cf28540fd361eaca7b457e3fa43d62fd97a94d17) Co-authored-by: esc --- diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index a36564a8ab19..f25bc549bf53 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 ==========