We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1c13d commit 51f092dCopy full SHA for 51f092d
Modules/_asynciomodule.c
@@ -3,13 +3,13 @@
3
#endif
4
5
#include "Python.h"
6
-#include "pycore_object.h" // _PyObject_SetMaybeWeakref
7
#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION_MUT()
8
#include "pycore_dict.h" // _PyDict_GetItem_KnownHash()
9
#include "pycore_freelist.h" // _Py_FREELIST_POP()
10
#include "pycore_llist.h" // struct llist_node
11
#include "pycore_modsupport.h" // _PyArg_CheckPositional()
12
#include "pycore_moduleobject.h" // _PyModule_GetState()
+#include "pycore_object.h" // _PyObject_SetMaybeWeakref
13
#include "pycore_pyerrors.h" // _PyErr_ClearExcState()
14
#include "pycore_pylifecycle.h" // _Py_IsInterpreterFinalizing()
15
#include "pycore_pystate.h" // _PyThreadState_GET()
0 commit comments