Skip to content

Commit e6a47c6

Browse files
Yuki Kobayashimiss-islington
authored andcommitted
pythongh-132668: Remove outdated description of POP_JUMP_* instructions (pythonGH-132669)
(cherry picked from commit 7e2672c) Co-authored-by: Yuki Kobayashi <[email protected]>
1 parent 7d4c00e commit e6a47c6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Doc/library/dis.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,9 +1339,6 @@ iterations of the loop.
13391339
If ``STACK[-1]`` is not ``None``, increments the bytecode counter by *delta*.
13401340
``STACK[-1]`` is popped.
13411341

1342-
This opcode is a pseudo-instruction, replaced in final bytecode by
1343-
the directed versions (forward/backward).
1344-
13451342
.. versionadded:: 3.11
13461343

13471344
.. versionchanged:: 3.12
@@ -1353,9 +1350,6 @@ iterations of the loop.
13531350
If ``STACK[-1]`` is ``None``, increments the bytecode counter by *delta*.
13541351
``STACK[-1]`` is popped.
13551352

1356-
This opcode is a pseudo-instruction, replaced in final bytecode by
1357-
the directed versions (forward/backward).
1358-
13591353
.. versionadded:: 3.11
13601354

13611355
.. versionchanged:: 3.12

0 commit comments

Comments
 (0)