This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author da-woods
Recipients Mark.Shannon, brandtbucher, da-woods, gvanrossum, iritkatriel, scoder, terry.reedy, vstinner
Date 2022-02-01.22:02:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643752922.76.0.077587459418.issue45711@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2022-02-01 22:02:02da-woodssetrecipients: + da-woods, gvanrossum, terry.reedy, scoder, vstinner, Mark.Shannon, brandtbucher, iritkatriel
2022-02-01 22:02:02da-woodssetmessageid: <1643752922.76.0.077587459418.issue45711@roundup.psfhosted.org>
2022-02-01 22:02:02da-woodslinkissue45711 messages
2022-02-01 22:02:02da-woodscreate