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

(cherry picked from commit cf28540fd3)

Co-authored-by: esc <esc@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2022-08-10 04:01:19 -07:00 committed by GitHub
parent 2c4bd21630
commit 5c829436d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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
==========