Unverified Kaydet (Commit) 997478eb authored tarafından Xiang Zhang's avatar Xiang Zhang Kaydeden (comit) GitHub

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

üst 1e34da49
...@@ -3525,7 +3525,7 @@ fast_yield: ...@@ -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 */
} }
} }
} }
......
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