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

Function py_runtime

src/pystack/_pystack/version.cpp:245–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243
244template<class T>
245constexpr py_runtime_v
246py_runtime()
247{
248 return {
249 sizeof(T),
250 {offsetof(T, finalizing)},
251 {offsetof(T, interpreters.head)},
252 {offsetof(T, gc)},
253 {offsetof(T, gilstate.tstate_current._value)},
254 };
255}
256
257template<class T>
258constexpr py_runtime_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected