You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, SAGE_CYTHONIZED is used by src/sage/env.py to determine some include directories while building Sage.
Since we want to get rid of SAGE_CYTHONIZED (#21535), a first step would be to move this bit to setup.py in order to concentrate all uses of SAGE_CYTHONIZED in one place.