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 3b3ba51 commit 0b60959Copy full SHA for 0b60959
Include/internal/pycore_genobject.h
@@ -67,7 +67,6 @@ extern PyObject *_PyAsyncGenValueWrapperNew(PyThreadState *state, PyObject *);
67
extern PyTypeObject _PyCoroWrapper_Type;
68
extern PyTypeObject _PyAsyncGenWrappedValue_Type;
69
extern PyTypeObject _PyAsyncGenAThrow_Type;
70
-extern PyTypeObject _PyAsyncGenWrappedValue_Type;
71
72
typedef struct _PyAsyncGenWrappedValue {
73
PyObject_HEAD
0 commit comments