I am recompiling some cython files in python 3.7 that I was used to compile with python 2.7.x For some reasons I ignore, compiled files are now ending with .cpython-37m-darwin.so instead of .so simply.
any explanation for that ? can i avoid having this extra .cpython-37m-darwin
thanks