rustimport
rustimport copied to clipboard
Implement Apple codesign awareness
From @zifeo
Also, you may want to include some code signing logic (codesign --verify --verbose --sign - native.cpython-310-darwin.so) . Currently, it seems that the generated .so is rewritten violating its signature when used by another process (you can also remove and recreate the file instead).
See previous discussion in #2