summaryrefslogtreecommitdiff
path: root/Python/compile.c
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-07-23 09:11:13 +0300
committerYury Selivanov <yselivanov@sprymix.com>2015-07-23 09:11:13 +0300
commite0799224f40e95c791d2ccfc1dd84dfbcc4df11a (patch)
tree8d7fcc064a869fb9be9137332af8ee7badacd6f4 /Python/compile.c
parentdebd2831daa2f74af4270cbdf79a642942bce4f5 (diff)
parent907bbc5be5cbfde0a009e186f6527ac8ebc962a4 (diff)
downloadcpython-e0799224f40e95c791d2ccfc1dd84dfbcc4df11a.tar.gz
Merge 3.5 (Issue #24687)
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 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
*/