gh-132668: Remove outdated description of POP_JUMP_* instructions (#132669)

This commit is contained in:
Yuki Kobayashi 2025-04-18 21:08:50 +09:00 committed by GitHub
parent 2df0f88047
commit 7e2672cfcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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