summaryrefslogtreecommitdiff
path: root/Python/compile.c
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-09-05 23:12:18 -0700
committerSteve Dower <steve.dower@microsoft.com>2015-09-05 23:12:18 -0700
commit0dfd78aed0fd6160c0e2424d4d02d35da3e7e31a (patch)
treee6122e680ce2e4fcdb3dbc336c5b88489d1f80cc /Python/compile.c
parent49f16468feeeb6972bfc6a31c4ce92d6cce30ee9 (diff)
parent75010a256c80b56377e19ff12a325689a4ec7e67 (diff)
downloadcpython-0dfd78aed0fd6160c0e2424d4d02d35da3e7e31a.tar.gz
Issue #24917: Backed out changeset 09b62202d9b7
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 cfeab0fdfe..b246c3ba37 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
*/