|
6 | 6 | #include "pycore_call.h" // _PyObject_CallNoArgs()
|
7 | 7 | #include "pycore_ceval.h" // _Py_EnterRecursiveCallTstate()
|
8 | 8 | #include "pycore_context.h" // _PyContextTokenMissing_Type
|
9 |
| -#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION, Py_END_CRITICAL_SECTION |
| 9 | +#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION |
10 | 10 | #include "pycore_descrobject.h" // _PyMethodWrapper_Type
|
11 |
| -#include "pycore_dict.h" // _PyObject_MakeDictFromInstanceAttributes() |
| 11 | +#include "pycore_dict.h" // _PyObject_MaterializeManagedDict() |
12 | 12 | #include "pycore_floatobject.h" // _PyFloat_DebugMallocStats()
|
13 | 13 | #include "pycore_freelist.h" // _PyObject_ClearFreeLists()
|
| 14 | +#include "pycore_genobject.h" // _PyAsyncGenAThrow_Type |
14 | 15 | #include "pycore_hamt.h" // _PyHamtItems_Type
|
15 |
| -#include "pycore_hashtable.h" // _Py_hashtable_new() |
16 |
| -#include "pycore_initconfig.h" // _PyStatus_EXCEPTION() |
| 16 | +#include "pycore_initconfig.h" // _PyStatus_OK() |
17 | 17 | #include "pycore_instruction_sequence.h" // _PyInstructionSequence_Type
|
18 | 18 | #include "pycore_list.h" // _PyList_DebugMallocStats()
|
19 | 19 | #include "pycore_long.h" // _PyLong_GetZero()
|
20 | 20 | #include "pycore_memoryobject.h" // _PyManagedBuffer_Type
|
21 | 21 | #include "pycore_namespace.h" // _PyNamespace_Type
|
22 |
| -#include "pycore_object.h" // PyAPI_DATA() _Py_SwappedOp definition |
23 |
| -#include "pycore_object_state.h" // struct _reftracer_runtime_state |
24 |
| -#include "pycore_optimizer.h" // _PyUOpExecutor_Type, ... |
| 22 | +#include "pycore_object.h" // export _Py_SwappedOp |
| 23 | +#include "pycore_optimizer.h" // _PyUOpExecutor_Type |
25 | 24 | #include "pycore_pyerrors.h" // _PyErr_Occurred()
|
26 | 25 | #include "pycore_pymem.h" // _PyMem_IsPtrFreed()
|
27 | 26 | #include "pycore_pystate.h" // _PyThreadState_GET()
|
28 | 27 | #include "pycore_symtable.h" // PySTEntry_Type
|
29 | 28 | #include "pycore_tuple.h" // _PyTuple_DebugMallocStats()
|
30 | 29 | #include "pycore_typeobject.h" // _PyBufferWrapper_Type
|
31 |
| -#include "pycore_typevarobject.h" // _PyTypeAlias_Type, _Py_initialize_generic |
| 30 | +#include "pycore_typevarobject.h" // _PyTypeAlias_Type |
32 | 31 | #include "pycore_unionobject.h" // _PyUnion_Type
|
33 | 32 |
|
34 | 33 |
|
|
0 commit comments