Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ isGilHolder
Method
isGilHolder
src/pystack/_pystack/pythread.cpp:243–247 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
}
242
243
PyThread::GilStatus
244
PyThread::isGilHolder() const
245
{
246
return d_gil_status;
247
}
248
249
PyThread::GCStatus
250
PyThread::isGCCollecting() const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected