| 256 | |
| 257 | template<class T> |
| 258 | constexpr py_runtime_v |
| 259 | py_runtimev312() |
| 260 | { |
| 261 | return { |
| 262 | sizeof(T), |
| 263 | {offsetof(T, finalizing)}, |
| 264 | {offsetof(T, interpreters.head)}, |
| 265 | }; |
| 266 | } |
| 267 | |
| 268 | template<class T> |
| 269 | constexpr py_runtime_v |
nothing calls this directly
no outgoing calls
no test coverage detected