summaryrefslogtreecommitdiff
path: root/Python/compile.c
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-07-22 13:38:18 +0300
committerYury Selivanov <yselivanov@sprymix.com>2015-07-22 13:38:18 +0300
commit08ebf62cb0291e81dd71f60dad7f67706eadb81e (patch)
tree7efd16230e7ab837d0a968352c7b46c771e8294d /Python/compile.c
parent35c1e53a87bc711efc72fcdd5ce25b9f124ab563 (diff)
parentefdcc755ff7c08b559f87047f23690b80db193b8 (diff)
downloadcpython-08ebf62cb0291e81dd71f60dad7f67706eadb81e.tar.gz
Merge 3.5 (Issue #24619)
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 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
*/