File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 33#endif
44
55#include "Python.h"
6- #include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION_MUT()
7- #include "pycore_dict.h" // _PyDict_GetItem_KnownHash()
86#include "pycore_freelist.h" // _Py_FREELIST_POP()
97#include "pycore_genobject.h"
108#include "pycore_llist.h" // struct llist_node
119#include "pycore_list.h" // _PyList_AppendTakeRef()
1210#include "pycore_modsupport.h" // _PyArg_CheckPositional()
1311#include "pycore_moduleobject.h" // _PyModule_GetState()
1412#include "pycore_object.h" // _PyObject_SetMaybeWeakref
15- #include "pycore_pyerrors.h" // _PyErr_ClearExcState()
1613#include "pycore_pylifecycle.h" // _Py_IsInterpreterFinalizing()
1714#include "pycore_pystate.h" // _PyThreadState_GET()
1815#include "pycore_runtime_init.h" // _Py_ID()
You can’t perform that action at this time.
0 commit comments