Commit 997478eb authored by Xiang Zhang's avatar Xiang Zhang Committed by GitHub

bpo-32688: Make why the line is commented out clear (GH-5405)

parent 1e34da49
......@@ -3525,7 +3525,7 @@ fast_yield:
tstate, f,
PyTrace_RETURN, retval)) {
Py_CLEAR(retval);
/* why = WHY_EXCEPTION; */
/* why = WHY_EXCEPTION; useless yet but cause compiler warnings */
}
}
}
......
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