diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-07-23 09:11:13 +0300 |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-07-23 09:11:13 +0300 |
commit | e0799224f40e95c791d2ccfc1dd84dfbcc4df11a (patch) | |
tree | 8d7fcc064a869fb9be9137332af8ee7badacd6f4 /Python/compile.c | |
parent | debd2831daa2f74af4270cbdf79a642942bce4f5 (diff) | |
parent | 907bbc5be5cbfde0a009e186f6527ac8ebc962a4 (diff) | |
download | cpython-e0799224f40e95c791d2ccfc1dd84dfbcc4df11a.tar.gz |
Merge 3.5 (Issue #24687)
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 027e3abe68..803c964a38 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -3626,9 +3626,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 */ |