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

This commit is contained in:
Xiang Zhang 2018-01-29 11:32:12 +08:00 committed by GitHub
parent 1e34da49ef
commit 997478eb79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 */
}
}
}