bpo-32688: Make why the line is commented out clear (GH-5405)
This commit is contained in:
parent
1e34da49ef
commit
997478eb79
|
@ -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 */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue