diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-07-22 13:38:18 +0300 |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-07-22 13:38:18 +0300 |
commit | 08ebf62cb0291e81dd71f60dad7f67706eadb81e (patch) | |
tree | 7efd16230e7ab837d0a968352c7b46c771e8294d /Python/compile.c | |
parent | 35c1e53a87bc711efc72fcdd5ce25b9f124ab563 (diff) | |
parent | efdcc755ff7c08b559f87047f23690b80db193b8 (diff) | |
download | cpython-08ebf62cb0291e81dd71f60dad7f67706eadb81e.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 2202e8f3a1..ce2b8d65a1 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -3628,9 +3628,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 */ |