0

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

Cobry
  • 4,348
  • 8
  • 33
  • 49
  • 1
    This suffix is a good thing, see https://www.python.org/dev/peps/pep-3147. You should not avoid but embrace it. – ead Feb 18 '19 at 05:20
  • 2
    I've added a proper answer to [this older question that asks the same thing](https://stackoverflow.com/questions/43986789/why-cython-compiler-generates-a-so-with-suffix-cpython-35m-x86-64-linux-gnu-so) in the hope of making it a duplicate target. – DavidW Feb 18 '19 at 09:18
  • Possible duplicate of [why Cython compiler generates a so with suffix 'cpython-35m-x86\_64-linux-gnu.so'](https://stackoverflow.com/questions/43986789/why-cython-compiler-generates-a-so-with-suffix-cpython-35m-x86-64-linux-gnu-so) – DavidW Feb 19 '19 at 08:59

0 Answers0