Has anyone had any luck with compiling 64-bit Python extension modules for Windows using mingw64?
I have successfully compiled the extension in question with VS2008
See 64BitCythonExtensionsOnWindows on the Cython wiki. They recommend against using MinGW-64.