MCPcopy 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
243PyThread::GilStatus
244PyThread::isGilHolder() const
245{
246 return d_gil_status;
247}
248
249PyThread::GCStatus
250PyThread::isGCCollecting() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected