Commit 801dcae6 authored by Guido van Rossum's avatar Guido van Rossum

reverse sense of test for CHECKEXC

parent d9f5733a
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment