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.
1 parent 9e3d7cd commit 80c2c2dCopy full SHA for 80c2c2d
Modules/_remote_debugging/threads.c
@@ -323,6 +323,7 @@ unwind_stack_for_thread(
323
#ifdef Py_GIL_DISABLED
324
int active = GET_MEMBER(_thread_status, ts, unwinder->debug_offsets.thread_state.status).active;
325
has_gil = active;
326
+ (void)gil_requested; // unused
327
#else
328
// Read holds_gil directly from thread state
329
has_gil = GET_MEMBER(int, ts, unwinder->debug_offsets.thread_state.holds_gil);
0 commit comments