We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npending
update_eval_breaker_for_thread
1 parent bcd8563 commit a32158fCopy full SHA for a32158f
1 file changed
Python/ceval_gil.c
@@ -78,6 +78,7 @@ update_eval_breaker_for_thread(PyInterpreterState *interp, PyThreadState *tstate
78
return;
79
#endif
80
81
+ Py_GCC_ATTRIBUTE((unused))
82
int32_t npending = _Py_atomic_load_int32_relaxed(
83
&interp->ceval.pending.npending);
84
if (npending) {
0 commit comments