MCPcopy Create free account
hub / github.com/bloomberg/pystack / py_gilruntimestate

Function py_gilruntimestate

src/pystack/_pystack/version.cpp:234–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232
233template<class T>
234constexpr py_gilruntimestate_v
235py_gilruntimestate()
236{
237 return {
238 sizeof(T),
239 {offsetof(T, locked)},
240 {offsetof(T, last_holder)},
241 };
242}
243
244template<class T>
245constexpr py_runtime_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected