We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
POP_JUMP_*
1 parent 2df0f88 commit 7e2672cCopy full SHA for 7e2672c
1 file changed
Doc/library/dis.rst
@@ -1354,9 +1354,6 @@ iterations of the loop.
1354
If ``STACK[-1]`` is not ``None``, increments the bytecode counter by *delta*.
1355
``STACK[-1]`` is popped.
1356
1357
- This opcode is a pseudo-instruction, replaced in final bytecode by
1358
- the directed versions (forward/backward).
1359
-
1360
.. versionadded:: 3.11
1361
1362
.. versionchanged:: 3.12
@@ -1368,9 +1365,6 @@ iterations of the loop.
1368
1365
If ``STACK[-1]`` is ``None``, increments the bytecode counter by *delta*.
1369
1366
1370
1367
1371
1372
1373
1374
1375
1376
0 commit comments