Guard call to tp_iternext slot function with CYTHON_USE_TYPE_SLOTS
Fixes a segfault on pypy3 due to the coroutine type missing tp_iternext in 5.8.
Showing
Please register or sign in to comment
Fixes a segfault on pypy3 due to the coroutine type missing tp_iternext in 5.8.