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 9e24a5c commit 025d453Copy full SHA for 025d453
Lib/test/test_dis.py
@@ -184,6 +184,7 @@ def bug1333982(x=[]):
184
LOAD_CONST 1 (<code object <genexpr> at 0x..., file "%s", line %d>)
185
MAKE_FUNCTION
186
LOAD_FAST 0 (x)
187
+ GET_ITER
188
CALL 0
189
190
%3d LOAD_CONST 2 (1)
@@ -764,6 +765,7 @@ def foo(x):
764
765
766
SET_FUNCTION_ATTRIBUTE 8 (closure)
767
LOAD_DEREF 1 (y)
768
769
770
CALL 1
771
RETURN_VALUE
@@ -784,7 +786,6 @@ def foo(x):
784
786
POP_TOP
785
787
L1: RESUME 0
788
LOAD_FAST 0 (.0)
- GET_ITER
789
L2: FOR_ITER 10 (to L3)
790
STORE_FAST 1 (z)
791
LOAD_DEREF 2 (x)
0 commit comments