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
I'm not sure if Cython can generate code compatible with PEP 703, we are dependent on that generating the correct C code needed here to compile in this mode. I think cython/cython#6162 might be the overarching issue covering that but I could be wrong.
I had exactly the same errors about __pyx_vectorcallfunc building PyYAML's libyaml extension under 3.13t- defining CYTHON_VECTORCALL (which just aliases to the builtin vectorcallfunc) worked for me via CFLAGS='-DCYTHON_VECTORCALL' or extra_compile_args or whatever- dealer's choice.
I can install gssapi in
python 3.13b3
with success but not withpython 3.13b3 --disable-gil
Env
CONFIGURE_OPTS=--disable-gil pyenv install 3.13.0b3
GCC 12.2.0
decorator 5.1.1
Error
The text was updated successfully, but these errors were encountered: