diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-06-22 12:31:24 -0400 |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-06-22 12:31:24 -0400 |
commit | e23f6a2f73923c2f9853ecba91546a438f90a602 (patch) | |
tree | c1bfc870a2928eb8cdd8009e24b5411adac06592 /Python/compile.c | |
parent | 15be527fca539925b6ba49e0d0089f13f1e210ee (diff) | |
parent | af708a9bca6caf744ef1b9f87266226267951dbf (diff) | |
download | cpython-e23f6a2f73923c2f9853ecba91546a438f90a602.tar.gz |
Issue #24400: Merge 3.5
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 1977c3a1bf..4f11559391 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 */ |