https://github.com/python/cpython/commit/7e2672cfcf993e957c9966a88931fe6571affd24
commit: 7e2672cfcf993e957c9966a88931fe6571affd24
branch: main
author: Yuki Kobayashi <[email protected]>
committer: picnixz <[email protected]>
date: 2025-04-18T14:08:50+02:00
summary:
gh-132668: Remove outdated description of `POP_JUMP_*` instructions (#132669)
files:
M Doc/library/dis.rst
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index 4fde5bf903880b..4a5756b6ba24bf 100644
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -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
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]