[docs] Mention RESUME opcode in whatsnew/3.11.rst (#95595)

This commit is contained in:
esc 2022-08-10 12:50:21 +02:00 committed by GitHub
parent 5a97a93be0
commit cf28540fd3
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
==========