File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -1354,9 +1354,6 @@ iterations of the loop.
1354
1354
If ``STACK[-1] `` is not ``None ``, increments the bytecode counter by *delta *.
1355
1355
``STACK[-1] `` is popped.
1356
1356
1357
- This opcode is a pseudo-instruction, replaced in final bytecode by
1358
- the directed versions (forward/backward).
1359
-
1360
1357
.. versionadded :: 3.11
1361
1358
1362
1359
.. 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
``STACK[-1] `` is popped.
1370
1367
1371
- This opcode is a pseudo-instruction, replaced in final bytecode by
1372
- the directed versions (forward/backward).
1373
-
1374
1368
.. versionadded :: 3.11
1375
1369
1376
1370
.. versionchanged :: 3.12
You can’t perform that action at this time.
0 commit comments