]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[docs] Mention RESUME opcode in whatsnew/3.11.rst (GH-95595) (GH-95851)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 10 Aug 2022 11:01:19 +0000 (04:01 -0700)
committerGitHub <noreply@github.com>
Wed, 10 Aug 2022 11:01:19 +0000 (13:01 +0200)
(cherry picked from commit cf28540fd361eaca7b457e3fa43d62fd97a94d17)

Co-authored-by: esc <esc@users.noreply.github.com>
Doc/whatsnew/3.11.rst

index a36564a8ab19051f38c80efca8dcbbaaf4f13a4e..f25bc549bf53f8e2b32c693e313aa3625c467b97 100644 (file)
@@ -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
 ==========