@@ -11,32 +11,12 @@ extern "C" {
1111#include <stdbool.h> // bool
1212
1313#include "pycore_runtime_structs.h"
14- #include "pycore_ceval_state.h" // struct _ceval_state
1514#include "pycore_code.h" // struct callable_cache
16- #include "pycore_codecs.h" // struct codecs_state
17- #include "pycore_context.h" // struct _Py_context_state
18- #include "pycore_crossinterp.h" // _PyXI_state_t
19- #include "pycore_dict_state.h" // struct _Py_dict_state
20- #include "pycore_dtoa.h" // struct _dtoa_state
21- #include "pycore_exceptions.h" // struct _Py_exc_state
2215#include "pycore_floatobject.h" // struct _Py_float_state
23- #include "pycore_function.h" // FUNC_MAX_WATCHERS
2416#include "pycore_gc.h" // struct _gc_runtime_state
2517#include "pycore_genobject.h" // _PyGen_FetchStopIterationValue
26- #include "pycore_global_objects.h" // struct _Py_interp_cached_objects
2718#include "pycore_import.h" // struct _import_state
28- #include "pycore_index_pool.h" // _PyIndexPool
29- #include "pycore_instruments.h" // _PY_MONITORING_EVENTS
30- #include "pycore_list.h" // struct _Py_list_state
31- #include "pycore_mimalloc.h" // struct _mimalloc_interp_state
32- #include "pycore_object_state.h" // struct _py_object_state
3319#include "pycore_optimizer.h" // _PyExecutorObject
34- #include "pycore_obmalloc.h" // struct _obmalloc_state
35- #include "pycore_qsbr.h" // struct _qsbr_state
36- #include "pycore_stackref.h" // Py_STACKREF_DEBUG
37- #include "pycore_tstate.h" // _PyThreadStateImpl
38- #include "pycore_tuple.h" // struct _Py_tuple_state
39- #include "pycore_uniqueid.h" // struct _Py_unique_id_pool
4020#include "pycore_typeobject.h" // struct types_state
4121#include "pycore_unicodeobject.h" // struct _Py_unicode_state
4222#include "pycore_warnings.h" // struct _warnings_runtime_state
0 commit comments