From: Georg Brandl Date: Mon, 20 Feb 2012 21:03:28 +0000 (+0100) Subject: Another test_dis dict order dependency. X-Git-Tag: v3.2.3rc1~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27fe226eb13b1f7cedba838b3d388a645197d722;p=thirdparty%2FPython%2Fcpython.git Another test_dis dict order dependency. --- diff --git a/Lib/test/test_dis.py b/Lib/test/test_dis.py index 42466183d8ed..5c59eaa01c89 100644 --- a/Lib/test/test_dis.py +++ b/Lib/test/test_dis.py @@ -293,12 +293,12 @@ Names: Variable names: 0: c Free variables: - 0: e - 1: d - 2: f - 3: y - 4: x - 5: z""" + 0: [edfxyz] + 1: [edfxyz] + 2: [edfxyz] + 3: [edfxyz] + 4: [edfxyz] + 5: [edfxyz]""" code_info_expr_str = """\ Name: