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
In a native pythonista implementation we cannot add cython modules because we don't have a c compiler in iOS runtime. Is there anyway to add a cython module to a Xcode project to pre compile the module and have it linked in the project?