[Python-checkins] [docs] Mention RESUME opcode in whatsnew/3.11.rst (GH-95595) (GH-95851)

ambv webhook-mailer at python.org
Wed Aug 10 07:01:33 EDT 2022


https://github.com/python/cpython/commit/5c829436d201fc166683d5afa9669f1bdee609dd
commit: 5c829436d201fc166683d5afa9669f1bdee609dd
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: ambv <lukasz at langa.pl>
date: 2022-08-10T13:01:19+02:00
summary:

[docs] Mention RESUME opcode in whatsnew/3.11.rst (GH-95595) (GH-95851)

(cherry picked from commit cf28540fd361eaca7b457e3fa43d62fd97a94d17)

Co-authored-by: esc <esc at users.noreply.github.com>

files:
M Doc/whatsnew/3.11.rst

diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index a36564a8ab1..f25bc549bf5 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
 ==========



More information about the Python-checkins mailing list