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 4bdd75e commit fe8ca4bCopy full SHA for fe8ca4b
Lib/test/test_dis.py
@@ -204,6 +204,7 @@ def bug1333982(x=[]):
204
LOAD_CONST 1 (<code object <genexpr> at 0x..., file "%s", line %d>)
205
MAKE_FUNCTION
206
LOAD_FAST_BORROW 0 (x)
207
+ GET_ITER
208
CALL 0
209
210
%3d LOAD_SMALL_INT 1
@@ -832,6 +833,7 @@ def foo(x):
832
833
834
SET_FUNCTION_ATTRIBUTE 8 (closure)
835
LOAD_DEREF 1 (y)
836
837
838
CALL 1
839
RETURN_VALUE
@@ -851,8 +853,7 @@ def foo(x):
851
853
%4d RETURN_GENERATOR
852
854
POP_TOP
855
L1: RESUME 0
- LOAD_FAST_BORROW 0 (.0)
- GET_ITER
856
+ LOAD_FAST 0 (.0)
857
L2: FOR_ITER 14 (to L3)
858
STORE_FAST 1 (z)
859
LOAD_DEREF 2 (x)
0 commit comments