[Numpy-discussion] NumPy re-factoring project

Sturla Molden sturla at molden.no
Thu Jun 10 13:04:59 EDT 2010


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




More information about the NumPy-Discussion mailing list