patch-python-link-modules-3.11.patch
On macOS, the python executable is linked against libraries defined by statically linked modules. Those libraries should only get linked into libpython, not the executable.
This patch prevents the python executable from linking against these libraries. This behavior is potentially suspect on all platforms.
Related: