summaryrefslogtreecommitdiff
path: root/Python/compile.c
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-07-22 14:49:13 +0300
committerYury Selivanov <yselivanov@sprymix.com>2015-07-22 14:49:13 +0300
commit9e697b769a766e7c1a7fc9513a769ffeea83bbd8 (patch)
treef3a6242b95b94a08b3d4ef2584ee3e3aeedea89b /Python/compile.c
parent0d0c1f7adb3accb5352012a42ecc68587a10e683 (diff)
parent08ebf62cb0291e81dd71f60dad7f67706eadb81e (diff)
downloadcpython-9e697b769a766e7c1a7fc9513a769ffeea83bbd8.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 33cc8c22cb..cb36d5794a 100644
--- a/Python/compile.c
+++ b/Python/compile.c
@@ -3627,9 +3627,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
*/