Pebaz / nimporter

Compile Nim Extensions for Python On Import!
MIT License
824 stars 33 forks source link

No Suffix module #34

Closed juancarlospaco closed 3 years ago

juancarlospaco commented 3 years ago

I been using this for some months now, and it helps prevent some weird bugs. This makes module.linux-x86_64.cpython.3.8.5.so :arrow_right: module.so when installing. Makes the file name deterministic. I found that if you rename Nimpy Python module sometimes they crash, with this the name is always the same.