Closed
Description
The application I'm trying to build has a particular need to embed the interpreter into an executable, which requires static linking with libpython.
Would it perhaps be possible not to delete libpython.a from the image, but keep it in the _internal directory for those who are absolutely certain they need to use it?