#include <pycore_interp.h>
Public Attributes | |
| struct _is * | next |
| struct _ts * | tstate_head |
| struct pyruntimestate * | runtime |
| int64_t | id |
| int64_t | id_refcount |
| int | requires_idref |
| PyThread_type_lock | id_mutex |
| int | finalizing |
| struct _ceval_state | ceval |
| struct _gc_runtime_state | gc |
| PyObject * | modules |
| PyObject * | modules_by_index |
| PyObject * | sysdict |
| PyObject * | builtins |
| PyObject * | importlib |
| long | num_threads |
| size_t | pythread_stacksize |
| PyObject * | codec_search_path |
| PyObject * | codec_search_cache |
| PyObject * | codec_error_registry |
| int | codecs_initialized |
| struct _Py_unicode_state | unicode |
| PyConfig | config |
| PyObject * | dict |
| PyObject * | builtins_copy |
| PyObject * | import_func |
| _PyFrameEvalFunction | eval_frame |
| Py_ssize_t | co_extra_user_count |
| freefunc | co_extra_freefuncs [MAX_CO_EXTRA_USERS] |
| void(* | pyexitfunc )(PyObject *) |
| PyObject * | pyexitmodule |
| uint64_t | tstate_next_unique_id |
| struct _warnings_runtime_state | warnings |
| PyObject * | audit_hooks |
| struct { | |
| struct { | |
| int level | |
| int atbol | |
| } listnode | |
| } | parser |
| PyLongObject * | small_ints [5+257] |
| struct _is* next |
| struct _ts* tstate_head |
| struct pyruntimestate* runtime |
| int64_t id |
| int64_t id_refcount |
| int requires_idref |
| PyThread_type_lock id_mutex |
| int finalizing |
| struct _ceval_state ceval |
| struct _gc_runtime_state gc |
| PyObject* modules |
| PyObject* modules_by_index |
| PyObject* sysdict |
| PyObject* builtins |
| PyObject* importlib |
| long num_threads |
| size_t pythread_stacksize |
| PyObject* codec_search_path |
| PyObject* codec_search_cache |
| PyObject* codec_error_registry |
| int codecs_initialized |
| struct _Py_unicode_state unicode |
| PyConfig config |
| PyObject* dict |
| PyObject* builtins_copy |
| PyObject* import_func |
| _PyFrameEvalFunction eval_frame |
| Py_ssize_t co_extra_user_count |
| freefunc co_extra_freefuncs[MAX_CO_EXTRA_USERS] |
| void(* pyexitfunc) (PyObject *) |
| PyObject* pyexitmodule |
| uint64_t tstate_next_unique_id |
| struct _warnings_runtime_state warnings |
| PyObject* audit_hooks |
| int level |
| int atbol |
| struct { ... } listnode |
| struct { ... } parser |
| PyLongObject* small_ints[5+ 257] |