mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-132668: Remove outdated description of POP_JUMP_* instructions (#132669)
This commit is contained in:
parent
2df0f88047
commit
7e2672cfcf
1 changed files with 0 additions and 6 deletions
|
|
@ -1354,9 +1354,6 @@ iterations of the loop.
|
|||
If ``STACK[-1]`` is not ``None``, increments the bytecode counter by *delta*.
|
||||
``STACK[-1]`` is popped.
|
||||
|
||||
This opcode is a pseudo-instruction, replaced in final bytecode by
|
||||
the directed versions (forward/backward).
|
||||
|
||||
.. versionadded:: 3.11
|
||||
|
||||
.. versionchanged:: 3.12
|
||||
|
|
@ -1368,9 +1365,6 @@ iterations of the loop.
|
|||
If ``STACK[-1]`` is ``None``, increments the bytecode counter by *delta*.
|
||||
``STACK[-1]`` is popped.
|
||||
|
||||
This opcode is a pseudo-instruction, replaced in final bytecode by
|
||||
the directed versions (forward/backward).
|
||||
|
||||
.. versionadded:: 3.11
|
||||
|
||||
.. versionchanged:: 3.12
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue