Den 10.06.2010 18:48, skrev Sturla Molden: > ctypes will also make porting to other Python implementations easier > (or even other languages: Ruby, JacaScript) easier. Not to mention > that it will make NumPy impervious to changes in the Python C API.
Linking is also easier with ctypes. I started getting a lot of linker errors when switching to 64-bit Python on Windows. Just throwing out all of Cython et al. in favour of plain C keeps the problem away. Sturla _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion