diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-07-22 14:49:13 +0300 |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-07-22 14:49:13 +0300 |
commit | 9e697b769a766e7c1a7fc9513a769ffeea83bbd8 (patch) | |
tree | f3a6242b95b94a08b3d4ef2584ee3e3aeedea89b /Python/compile.c | |
parent | 0d0c1f7adb3accb5352012a42ecc68587a10e683 (diff) | |
parent | 08ebf62cb0291e81dd71f60dad7f67706eadb81e (diff) | |
download | cpython-9e697b769a766e7c1a7fc9513a769ffeea83bbd8.tar.gz |
Merge 3.5 (Issue #24619)
Diffstat (limited to 'Python/compile.c')
-rw-r--r-- | Python/compile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/compile.c b/Python/compile.c index 33cc8c22cb..cb36d5794a 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -3627,9 +3627,9 @@ expr_constant(struct compiler *c, expr_ty e) BLOCK finally: if an exception was raised: - exc = copy of (exception, instance, traceback) + exc = copy of (exception, instance, traceback) else: - exc = (None, None, None) + exc = (None, None, None) if not (await exit(*exc)): raise */ |