File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 8
8
#include "pycore_freelist.h" // _Py_FREELIST_POP()
9
9
#include "pycore_modsupport.h" // _PyArg_CheckPositional()
10
10
#include "pycore_moduleobject.h" // _PyModule_GetState()
11
- #include "pycore_object.h" // _Py_SetImmortalUntracked
11
+ #include "pycore_object.h" // _Py_SetImmortalUntracked()
12
12
#include "pycore_pyerrors.h" // _PyErr_ClearExcState()
13
13
#include "pycore_pylifecycle.h" // _Py_IsInterpreterFinalizing()
14
14
#include "pycore_pystate.h" // _PyThreadState_GET()
@@ -85,8 +85,6 @@ typedef struct {
85
85
# define ASYNCIO_STATE_UNLOCK (state ) ((void)state)
86
86
#endif
87
87
88
- typedef struct futureiterobject futureiterobject ;
89
-
90
88
/* State of the _asyncio module */
91
89
typedef struct {
92
90
#ifdef Py_GIL_DISABLED
You can’t perform that action at this time.
0 commit comments