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.
1 parent b08dce2 commit 830068cCopy full SHA for 830068c
1 file changed
Lib/test/test_dis.py
@@ -877,6 +877,7 @@ def foo(x):
877
dis_nested_2 = """%s
878
Disassembly of <code object <genexpr> at 0x..., file "%s", line %d>:
879
-- COPY_FREE_VARS 1
880
+ RESUME 4
881
882
%4d LOAD_FAST 0 (.0)
883
GET_ITER 0
@@ -889,7 +890,7 @@ def foo(x):
889
890
LOAD_FAST_BORROW 1 (z)
891
BINARY_OP 0 (+)
892
YIELD_VALUE 0
- RESUME 5
893
+ RESUME 9
894
POP_TOP
895
JUMP_BACKWARD 17 (to L2)
896
L3: END_FOR
0 commit comments