Home
last modified time | relevance | path

Searched defs:open_code_hook (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/internal/
Dpycore_runtime.h114 Py_OpenCodeHookFunction open_code_hook; member
/third_party/python/Python/
Dpystate.c54 void *open_code_hook = runtime->open_code_hook; in _PyRuntimeState_Init_impl() local