gh-132668: Remove outdated description of `POP_JUMP_*` instructions (GH-132669)
(cherry picked from commit
7e2672cfcf993e957c9966a88931fe6571affd24)
Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
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
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