From: Yuki Kobayashi Date: Fri, 18 Apr 2025 12:08:50 +0000 (+0900) Subject: gh-132668: Remove outdated description of `POP_JUMP_*` instructions (#132669) X-Git-Tag: v3.14.0b1~420 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e2672cfcf993e957c9966a88931fe6571affd24;p=thirdparty%2FPython%2Fcpython.git gh-132668: Remove outdated description of `POP_JUMP_*` instructions (#132669) --- diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 4fde5bf90388..4a5756b6ba24 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