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
I think this is a fairly recent phenomenon. setup.py build_ext --inplace is now taking 40-60 seconds even if nothing has changed since the last run. It looks like lib.pyx is getting re-cythonized on each run.
The text was updated successfully, but these errors were encountered:
I think this is a fairly recent phenomenon.
setup.py build_ext --inplace
is now taking 40-60 seconds even if nothing has changed since the last run. It looks like lib.pyx is getting re-cythonized on each run.The text was updated successfully, but these errors were encountered: