Skip to content

Commit 0b60959

Browse files
committed
Fix extra extern.
1 parent 3b3ba51 commit 0b60959

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Include/internal/pycore_genobject.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ extern PyObject *_PyAsyncGenValueWrapperNew(PyThreadState *state, PyObject *);
6767
extern PyTypeObject _PyCoroWrapper_Type;
6868
extern PyTypeObject _PyAsyncGenWrappedValue_Type;
6969
extern PyTypeObject _PyAsyncGenAThrow_Type;
70-
extern PyTypeObject _PyAsyncGenWrappedValue_Type;
7170

7271
typedef struct _PyAsyncGenWrappedValue {
7372
PyObject_HEAD

0 commit comments

Comments
 (0)