patch-python-configure-add-enable-static-libpython-for-interpreter.patch
This patch adds a --enable-static-libpython-for-interpreter configure flag to build a shared libpython.so but statically link the interpreter against it.
Note: Currently skipped on macOS due to linker failures. Also has minor conflicts with patch-python-link-modules.
Related: