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

Skip to content

Commit 997478e

Browse files
authored
bpo-32688: Make why the line is commented out clear (GH-5405)
1 parent 1e34da4 commit 997478e

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
@@ -3525,7 +3525,7 @@ _PyEval_EvalFrameDefault(PyFrameObject *f, int throwflag)
35253525
tstate, f,
35263526
PyTrace_RETURN, retval)) {
35273527
Py_CLEAR(retval);
3528-
/* why = WHY_EXCEPTION; */
3528+
/* why = WHY_EXCEPTION; useless yet but cause compiler warnings */
35293529
}
35303530
}
35313531
}

0 commit comments

Comments
 (0)