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.
_asyncio
1 parent a93fc09 commit b19d12fCopy full SHA for b19d12f
1 file changed
Modules/_asynciomodule.c
@@ -8,7 +8,7 @@
8
#include "pycore_freelist.h" // _Py_FREELIST_POP()
9
#include "pycore_modsupport.h" // _PyArg_CheckPositional()
10
#include "pycore_moduleobject.h" // _PyModule_GetState()
11
-#include "pycore_object.h" // _Py_SetImmortalUntracked
+#include "pycore_object.h" // _Py_SetImmortalUntracked()
12
#include "pycore_pyerrors.h" // _PyErr_ClearExcState()
13
#include "pycore_pylifecycle.h" // _Py_IsInterpreterFinalizing()
14
#include "pycore_pystate.h" // _PyThreadState_GET()
@@ -85,8 +85,6 @@ typedef struct {
85
# define ASYNCIO_STATE_UNLOCK(state) ((void)state)
86
#endif
87
88
-typedef struct futureiterobject futureiterobject;
89
-
90
/* State of the _asyncio module */
91
typedef struct {
92
#ifdef Py_GIL_DISABLED
0 commit comments