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

Function py_isv312

src/pystack/_pystack/version.cpp:198–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196
197template<class T>
198constexpr py_is_v
199py_isv312()
200{
201 return {
202 sizeof(T),
203 {offsetof(T, next)},
204 {offsetof(T, threads.head)},
205 {offsetof(T, gc)},
206 {offsetof(T, imports.modules)},
207 {offsetof(T, sysdict)},
208 {offsetof(T, builtins)},
209 {offsetof(T, ceval.gil)},
210 };
211}
212
213template<class T>
214constexpr py_gc_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected