commit | edef2be4af973f1766b593cf48188db2e320dcbe | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Wed Jul 12 05:26:17 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Wed Jul 12 05:26:17 2006 +0000 |
tree | 3daf8d96b916450d9f214851e0194c41c2243a42 | |
parent | 3b9be2ae6f5491737ebc65ee525884da218368d4 [diff] [blame] |
Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again.
diff --git a/Python/import.c b/Python/import.c index 933f094..dfc2544 100644 --- a/Python/import.c +++ b/Python/import.c
@@ -60,6 +60,7 @@ Python 2.5a0: 62081 (ast-branch) Python 2.5a0: 62091 (with) Python 2.5a0: 62092 (changed WITH_CLEANUP opcode) + Python 2.5c1: 62101 (fix wrong code: for x, in ...) . */ #define MAGIC (62092 | ((long)'\r'<<16) | ((long)'\n'<<24))