Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #32672: src/setup.py: Don't cythonize everything in src/
In the version of setup.py used by the editable install: {{{ extensions = cythonize( ["**/*.pyx"], }}} at least it should restrict itself to `sage/**/*.pyx` so that it does not go cythonizing in random directories that the user may have in this directory... such as a venv... URL: https://trac.sagemath.org/32672 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): Jonathan Kliem
- Loading branch information