You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feel free to send patches for PyPy compatibility, however, do measure if the python parser implementation is also unbearably slow and the C extension is necessary.
Py_UNREACHABLE has been added in CPython 3.7, so if PyPy strives for full C api compatibility, it's an omission on their part.
I have considered in the past changing the code to only use the limited C API, but iirc necessary features were only added in 3.10, which conflicts with my desire to support all supported minor Python releases.
conda-forge/aiocsv-feedstock#1
Py_UNREACHABLE
is apparently not defined by pypy, and this causes the build to fail for pypy.The text was updated successfully, but these errors were encountered: