I spent quite a bit of time trying to compile pyd for python 3.5 on windows 10 using the code generated with cython . I know you can do this with MSVS , but I want to use mingw instead because I don't want to load too much garbage. I searched around and I found this SO question: How to compile .c code from Cython with gcc I tried to execute the accepted answer (changing all Python27's to Python35 ), but not using it. I see that it works with python 2.7 , although I was wondering why it does not work properly on 3.5 . If anyone could help me on this, that would be great. Thanks in advance.
source share