MCPcopy 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
249PyThread::GCStatus
250PyThread::isGCCollecting() const
251{
252 return d_gc_status;
253}
254
255PyThread::GilStatus
256PyThread::calculateGilStatus(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected