The new cython.py fixes the runtime issues with MinGW and NumPy but breaks (on some machines?) when Visual Studio 2008 is used for compilation. More advanced logic is needed in the os.name == 'nt' case in cython.py to check which compiler should be used and how.
The new
cython.py
fixes the runtime issues with MinGW and NumPy but breaks (on some machines?) when Visual Studio 2008 is used for compilation. More advanced logic is needed in theos.name == 'nt'
case incython.py
to check which compiler should be used and how.