summaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/ceval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/ceval.c b/Python/ceval.c
index 57dc3e147f..ea1a78590b 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -1036,7 +1036,7 @@ eval_code(co, globals, locals, arg)
err = 0;
}
-#ifndef CHECKEXC
+#ifdef CHECKEXC
/* Double-check exception status */
if (why == WHY_EXCEPTION || why == WHY_RERAISE) {