New breakage from 3.13.0a3
nitzmahone opened this issue · 1 comments
nitzmahone commented
Looks like there's at least one more C API change introduced by 3.13.0a3 we'll need to account for- it builds OK, but there's a new missing private symbol at import-time:
ImportError: /home/mdavis/.virtualenvs/tmp-65f3b135fc600df/lib/python3.13/site-packages/_cffi_backend.cpython-313-x86_64-linux-gnu.so: undefined symbol: _Py_HashPointer
arigo commented
Note also: python/cpython#112026 (comment)