mirror of
https://github.com/python/cpython.git
synced 2025-10-03 21:55:41 +00:00
[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:
parent
2c4bd21630
commit
5c829436d2
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
|
||||
relative rather than absolute.
|
||||
|
||||
* :opcode:`RESUME` has been added. It is a no-op. Performs internal tracing,
|
||||
debugging and optimization checks.
|
||||
|
||||
Deprecated
|
||||
==========
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue