- after_forkers_child
_object* after_forkers_child;
Undocumented in source.
- after_forkers_parent
_object* after_forkers_parent;
Undocumented in source.
- before_forkers
_object* before_forkers;
Undocumented in source.
- builtins
_object* builtins;
Undocumented in source.
- builtins_copy
_object* builtins_copy;
Undocumented in source.
- check_interval
int check_interval;
Undocumented in source.
- co_extra_freefuncs
void function(void*)[255] co_extra_freefuncs;
Undocumented in source.
- co_extra_user_count
c_long co_extra_user_count;
Undocumented in source.
- codec_error_registry
_object* codec_error_registry;
Undocumented in source.
- codec_search_cache
_object* codec_search_cache;
Undocumented in source.
- codec_search_path
_object* codec_search_path;
Undocumented in source.
- codecs_initialized
int codecs_initialized;
Undocumented in source.
- config
_PyMainInterpreterConfig config;
Undocumented in source.
- core_config
_PyCoreConfig core_config;
Undocumented in source.
- dlopenflags
int dlopenflags;
Undocumented in source.
- eval_frame
_object* function(_frame*, int) eval_frame;
Undocumented in source.
- fscodec_initialized
int fscodec_initialized;
Undocumented in source.
- id
c_long id;
Undocumented in source.
- id_mutex
void* id_mutex;
Undocumented in source.
- id_refcount
c_long id_refcount;
Undocumented in source.
- import_func
_object* import_func;
Undocumented in source.
- importlib
_object* importlib;
Undocumented in source.
- modules
_object* modules;
Undocumented in source.
- modules_by_index
_object* modules_by_index;
Undocumented in source.
- next
_is* next;
Undocumented in source.
- num_threads
c_long num_threads;
Undocumented in source.
- pyexitfunc
void function(_object*) pyexitfunc;
Undocumented in source.
- pyexitmodule
_object* pyexitmodule;
Undocumented in source.
- pythread_stacksize
c_ulong pythread_stacksize;
Undocumented in source.
- sysdict
_object* sysdict;
Undocumented in source.
- tstate_head
_ts* tstate_head;
Undocumented in source.
- tstate_next_unique_id
c_ulong tstate_next_unique_id;
Undocumented in source.