Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 801dcae

Browse files
committed
reverse sense of test for CHECKEXC
1 parent d9f5733 commit 801dcae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/ceval.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ eval_code(co, globals, locals, arg)
10361036
err = 0;
10371037
}
10381038

1039-
#ifndef CHECKEXC
1039+
#ifdef CHECKEXC
10401040
/* Double-check exception status */
10411041

10421042
if (why == WHY_EXCEPTION || why == WHY_RERAISE) {

0 commit comments

Comments
 (0)