Skip to content

Commit 37ca285

Browse files
committed
Fix test_dis
1 parent 6d1b93e commit 37ca285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_dis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ def foo(x):
851851
%4d RETURN_GENERATOR
852852
POP_TOP
853853
L1: RESUME 0
854-
LOAD_FAST_BORROW 0 (.0)
854+
LOAD_FAST 0 (.0)
855855
GET_ITER
856856
L2: FOR_ITER 14 (to L3)
857857
STORE_FAST 1 (z)

0 commit comments

Comments
 (0)