Commit a108227c authored by Georg Brandl's avatar Georg Brandl

Fix test_dis dependency on dict order.

parent c425a948
...@@ -268,12 +268,13 @@ Variable names: ...@@ -268,12 +268,13 @@ Variable names:
6: args 6: args
7: kwds 7: kwds
Cell variables: Cell 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]"""
# NOTE: the order of the cell variables above depends on dictionary order!
co_tricky_nested_f = tricky.__func__.__code__.co_consts[1] co_tricky_nested_f = tricky.__func__.__code__.co_consts[1]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment