Why are python extensions shared libraries? Is it possible to make a static-linked library?
- by Andrew Moffat
I'm an extension noob. What I want to do is create an extension that doesn't require other libraries to be installed. Is this impossible because the extension has to link against a specific version of libpython at runtime?