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
Right now, Cython files are compiled via pyximport. This is very convenient, but doesn't allow custom builds. It should be possible to build Cython files as is typically done using "setup.py".