I was wondering : is there a way to compile a ".pyx" file (with Cython code) into a ".pyc" (thats works with windows and linux) : instead of : ".pyd" for Window or ".so" for Linux ?
I use the function cythonize.
Indeed, the ".pyc" works with both environnements : Linux and Windows.
I insist on this because I noticed my DLL ".pyd" and ".so" give minor and different results
Thank you