mirror of
https://github.com/python/cpython.git
synced 2025-09-05 00:11:10 +00:00
bpo-32688: Make why the line is commented out clear (GH-5405)
This commit is contained in:
parent
1e34da49ef
commit
997478eb79
1 changed files with 1 additions and 1 deletions
|
@ -3525,7 +3525,7 @@ fast_yield:
|
||||||
tstate, f,
|
tstate, f,
|
||||||
PyTrace_RETURN, retval)) {
|
PyTrace_RETURN, retval)) {
|
||||||
Py_CLEAR(retval);
|
Py_CLEAR(retval);
|
||||||
/* why = WHY_EXCEPTION; */
|
/* why = WHY_EXCEPTION; useless yet but cause compiler warnings */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue