File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -819,7 +819,7 @@ not have to be) the original ``STACK[-2]``.
819819 when awaiting a next item. The stack contains the async iterable in
820820 ``STACK[-2] `` and the raised exception in ``STACK[-1] ``. Both are popped.
821821 If the exception is not :exc: `StopAsyncIteration `, it is re-raised.
822-
822+
823823 Decrements the bytecode counter by *delta * to jump back to the loop start
824824 if continuing iteration.
825825
@@ -2095,7 +2095,7 @@ instructions:
20952095
20962096.. data :: hasjback
20972097
2098- Sequence of bytecodes that perform backward jumps, such as
2098+ Sequence of bytecodes that perform backward jumps, such as
20992099 :opcode: `JUMP_BACKWARD `, :opcode: `FOR_ITER `, and :opcode: `END_ASYNC_FOR `.
21002100
21012101 .. versionadded :: 3.14
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ def _is_backward_jump_op(op):
5252
5353
5454
55- _intrinsic_1_descs = _opcode .get_intrinsic1_descs ()
5655
5756_intrinsic_1_descs = _opcode .get_intrinsic1_descs ()
5857_intrinsic_2_descs = _opcode .get_intrinsic2_descs ()
You can’t perform that action at this time.
0 commit comments