summaryrefslogtreecommitdiff
path: root/Python/compile.c
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-06-22 12:31:24 -0400
committerYury Selivanov <yselivanov@sprymix.com>2015-06-22 12:31:24 -0400
commite23f6a2f73923c2f9853ecba91546a438f90a602 (patch)
treec1bfc870a2928eb8cdd8009e24b5411adac06592 /Python/compile.c
parent15be527fca539925b6ba49e0d0089f13f1e210ee (diff)
parentaf708a9bca6caf744ef1b9f87266226267951dbf (diff)
downloadcpython-e23f6a2f73923c2f9853ecba91546a438f90a602.tar.gz
Issue #24400: Merge 3.5
Diffstat (limited to 'Python/compile.c')
-rw-r--r--Python/compile.c4
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
*/