#include <pycore_runtime.h>
Classes | |
| struct | _xidregistry | 
| struct | pyinterpreters | 
Public Attributes | |
| int | preinitializing | 
| int | preinitialized | 
| int | core_initialized | 
| int | initialized | 
| _Py_atomic_address | _finalizing | 
| struct pyruntimestate::pyinterpreters | interpreters | 
| struct pyruntimestate::_xidregistry | xidregistry | 
| unsigned long | main_thread | 
| void(* | exitfuncs [32])(void) | 
| int | nexitfuncs | 
| struct _ceval_runtime_state | ceval | 
| struct _gilstate_runtime_state | gilstate | 
| PyPreConfig | preconfig | 
| Py_OpenCodeHookFunction | open_code_hook | 
| void * | open_code_userdata | 
| _Py_AuditHookEntry * | audit_hook_head | 
| int preinitializing | 
| int preinitialized | 
| int core_initialized | 
| int initialized | 
| _Py_atomic_address _finalizing | 
| struct pyruntimestate::pyinterpreters interpreters | 
| struct pyruntimestate::_xidregistry xidregistry | 
| unsigned long main_thread | 
| void(* exitfuncs[ 32 ])(void) | 
| int nexitfuncs | 
| struct _ceval_runtime_state ceval | 
| struct _gilstate_runtime_state gilstate | 
| PyPreConfig preconfig | 
| Py_OpenCodeHookFunction open_code_hook | 
| void* open_code_userdata | 
| _Py_AuditHookEntry* audit_hook_head |