@@ -5,17 +5,17 @@ Scope: []
5
5
FreeVars: Empty
6
6
Scope: sorted
7
7
Kind: Function
8
- FrameDescriptor: [<return_val>, iterable, key, result, reverse]
8
+ FrameDescriptor: [<return_val>, iterable, key, module, result, reverse]
9
9
CellVars: Empty
10
10
FreeVars: Empty
11
11
Scope: format
12
12
Kind: Function
13
- FrameDescriptor: [<return_val>, format_spec, value]
13
+ FrameDescriptor: [<return_val>, format_spec, module, value]
14
14
CellVars: Empty
15
15
FreeVars: Empty
16
16
Scope: vars
17
17
Kind: Function
18
- FrameDescriptor: [<return_val>, obj]
18
+ FrameDescriptor: [<return_val>, module, obj]
19
19
CellVars: Empty
20
20
FreeVars: Empty
21
21
Scope: map
@@ -50,7 +50,7 @@ Scope: []
50
50
FreeVars: Empty
51
51
Scope: filter
52
52
Kind: Function
53
- FrameDescriptor: [<>temp5 , <return_val>, func, i, iterable, predicate, result]
53
+ FrameDescriptor: [<>temp6 , <return_val>, func, i, iterable, module , predicate, result]
54
54
CellVars: Empty
55
55
FreeVars: Empty
56
56
Scope: <lambda>
@@ -60,16 +60,16 @@ Scope: []
60
60
FreeVars: Empty
61
61
Scope: all
62
62
Kind: Function
63
- FrameDescriptor: [<>temp2 , <return_val>, i, iterable]
63
+ FrameDescriptor: [<>temp3 , <return_val>, i, iterable, module ]
64
64
CellVars: Empty
65
65
FreeVars: Empty
66
66
Scope: any
67
67
Kind: Function
68
- FrameDescriptor: [<>temp2 , <return_val>, i, iterable]
68
+ FrameDescriptor: [<>temp3 , <return_val>, i, iterable, module ]
69
69
CellVars: Empty
70
70
FreeVars: Empty
71
71
Scope: hasattr
72
72
Kind: Function
73
- FrameDescriptor: [<return_val>, default, key, obj]
73
+ FrameDescriptor: [<return_val>, default, key, module, obj]
74
74
CellVars: Empty
75
75
FreeVars: Empty
0 commit comments