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 e7bedb8 commit 7474d96Copy full SHA for 7474d96
setup.py
@@ -161,7 +161,7 @@ def _patch_cfile(self, cfile):
161
r'''
162
offsetof(__pyx_CoroutineObject, gi_weakreflist),
163
__Pyx_Coroutine_await, /* tp_iter */
164
- 0,
+ (iternextfunc) __Pyx_Generator_Next, /* tp_iternext */
165
__pyx_Coroutine_methods,
166
__pyx_Coroutine_memberlist,
167
__pyx_Coroutine_getsets,
0 commit comments