[Python-Dev] Re: Please update Cython *before* introcuding C API incompatible changes in Python

2022年2月01日 15:56:38 -0800

I disagree with point (3).
I think it would be better to discourage projects from including the output
of cython in their sdists. They should either have cython as a build-time
requirement or provide built wheels (which are specific a platform and
CPython version). The middle ground of not expecting the user to have
cython while expecting them to have a working c-complier is a very narrow
case and I think asking those users to install cython is worth the forward
compatibility for Python versions you get by requiring people installing
from source to re-cythonize.
Tom
-- 
Thomas Caswell
[email protected]
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/LJX5X7NH6F6TD2XN2VV5PSEFR52R2MU7/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to