Commit 82b01ba9 authored by Stefan Behnel's avatar Stefan Behnel

discard unused struct in Py2

parent 71e82aa9
......@@ -321,12 +321,13 @@ static PyMethodDef __Pyx_async_gen_methods[] = {
};
#if CYTHON_USE_ASYNC_SLOTS
static __Pyx_PyAsyncMethodsStruct __Pyx_async_gen_as_async = {
0, /* am_await */
PyObject_SelfIter, /* am_aiter */
(unaryfunc)__Pyx_async_gen_anext /* am_anext */
};
#endif
PyTypeObject __pyx_AsyncGenType_type = {
PyVarObject_HEAD_INIT(&PyType_Type, 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment