mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
[docs] Mention RESUME opcode in whatsnew/3.11.rst (#95595)
This commit is contained in:
parent
5a97a93be0
commit
cf28540fd3
1 changed files with 2 additions and 0 deletions
|
@ -1208,6 +1208,8 @@ CPython bytecode changes
|
||||||
* :opcode:`JUMP_IF_TRUE_OR_POP` and :opcode:`JUMP_IF_FALSE_OR_POP` are now
|
* :opcode:`JUMP_IF_TRUE_OR_POP` and :opcode:`JUMP_IF_FALSE_OR_POP` are now
|
||||||
relative rather than absolute.
|
relative rather than absolute.
|
||||||
|
|
||||||
|
* :opcode:`RESUME` has been added. It is a no-op. Performs internal tracing,
|
||||||
|
debugging and optimization checks.
|
||||||
|
|
||||||
Deprecated
|
Deprecated
|
||||||
==========
|
==========
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue