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 e2404e1 commit 330dbcaCopy full SHA for 330dbca
setup.py
@@ -125,7 +125,7 @@ def _patch_cfile(self, cfile):
125
r'''
126
offsetof(__pyx_CoroutineObject, gi_weakreflist),
127
__Pyx_Coroutine_await, /* tp_iter */
128
- 0,
+ (iternextfunc) __Pyx_Generator_Next, /* tp_iternext */
129
__pyx_Coroutine_methods,
130
__pyx_Coroutine_memberlist,
131
__pyx_Coroutine_getsets,
0 commit comments