On Wed, Feb 2, 2022 at 3:54 PM Stefan Behnel <[email protected]> wrote: > > So people using stable Python versions like Python 3.10 would not need > > Cython, but people testing the "next Python" (Python 3.11) would not > > have to manually removed generated C code. > > That sounds like an environment variable might help?
Something like CYTHON_FORCE_REGEN=1 would be great :-) My use case is to use a project on the "next Python" version (the main branch) when the project contains outdated generated C code, whereas I have a more recent Cython version installed. Victor -- Night gathers, and now my watch begins. It shall not end until my death. _______________________________________________ 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/ATBNU3FYI2WUUG3M3ZWKEWOVC6POQKYI/ Code of Conduct: http://python.org/psf/codeofconduct/
