]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[docs] Mention RESUME opcode in whatsnew/3.11.rst (#95595)
authoresc <esc@users.noreply.github.com>
Wed, 10 Aug 2022 10:50:21 +0000 (12:50 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Aug 2022 10:50:21 +0000 (12:50 +0200)
Doc/whatsnew/3.11.rst

index 39f1dab590a976501b8cb4d950c81c1f7a7e15b8..7e1130e8ea30619c497934267beb14f789faf84a 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
 ==========