Skip to content

Commit a924447

Browse files
authored
Merge branch 'main' into docs-fix-coloring-for-ast-while
2 parents 84a999b + 25717ff commit a924447

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Modules/_asynciomodule.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@
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()

0 commit comments

Comments
 (0)