Skip to content

Commit a32158f

Browse files
committed
Mark npending in update_eval_breaker_for_thread as possibly unused.
1 parent bcd8563 commit a32158f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/ceval_gil.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ update_eval_breaker_for_thread(PyInterpreterState *interp, PyThreadState *tstate
7878
return;
7979
#endif
8080

81+
Py_GCC_ATTRIBUTE((unused))
8182
int32_t npending = _Py_atomic_load_int32_relaxed(
8283
&interp->ceval.pending.npending);
8384
if (npending) {

0 commit comments

Comments
 (0)