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