mirror of https://github.com/python/cpython
[docs] Mention RESUME opcode in whatsnew/3.11.rst (#95595)
This commit is contained in:
parent
5a97a93be0
commit
cf28540fd3
|
@ -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
|
||||
==========
|
||||
|
|
Loading…
Reference in New Issue