da-woods <dw-...@d-woods.co.uk> added the comment:

Just a quick comment on Cython and these changes:

Cython 0.29 can build itself on Python 3.11a4 with 
`CFLAGS="-DCYTHON_FAST_THREAD_STATE=0 -DCYTHON_USE_EXC_INFO_STACK=0" python3.11 
setup.py build_ext`.

I think there's some coroutine code left that isn't fixed by those flags, but a 
large chunk of Cython libraries won't use coroutines and so will work fine with 
these flags. Hopefully that unblocks some stuff for you.

----------
nosy: +da-woods

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45711>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to