From cf28540fd361eaca7b457e3fa43d62fd97a94d17 Mon Sep 17 00:00:00 2001 From: esc Date: Wed, 10 Aug 2022 12:50:21 +0200 Subject: [docs] Mention RESUME opcode in whatsnew/3.11.rst (#95595) --- Doc/whatsnew/3.11.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 39f1dab..7e1130e 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 ========== -- cgit v0.12