Skip to content

Commit 830068c

Browse files
committed
Fix test_dis
1 parent b08dce2 commit 830068c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/test/test_dis.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,7 @@ def foo(x):
877877
dis_nested_2 = """%s
878878
Disassembly of <code object <genexpr> at 0x..., file "%s", line %d>:
879879
-- COPY_FREE_VARS 1
880+
RESUME 4
880881
881882
%4d LOAD_FAST 0 (.0)
882883
GET_ITER 0
@@ -889,7 +890,7 @@ def foo(x):
889890
LOAD_FAST_BORROW 1 (z)
890891
BINARY_OP 0 (+)
891892
YIELD_VALUE 0
892-
RESUME 5
893+
RESUME 9
893894
POP_TOP
894895
JUMP_BACKWARD 17 (to L2)
895896
L3: END_FOR

0 commit comments

Comments
 (0)