mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Another test_dis dict order dependency.
This commit is contained in:
parent
b9dafe618f
commit
27fe226eb1
1 changed files with 6 additions and 6 deletions
|
|
@ -293,12 +293,12 @@ Names:
|
||||||
Variable names:
|
Variable names:
|
||||||
0: c
|
0: c
|
||||||
Free variables:
|
Free variables:
|
||||||
0: e
|
0: [edfxyz]
|
||||||
1: d
|
1: [edfxyz]
|
||||||
2: f
|
2: [edfxyz]
|
||||||
3: y
|
3: [edfxyz]
|
||||||
4: x
|
4: [edfxyz]
|
||||||
5: z"""
|
5: [edfxyz]"""
|
||||||
|
|
||||||
code_info_expr_str = """\
|
code_info_expr_str = """\
|
||||||
Name: <module>
|
Name: <module>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue