We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e51c1e commit e0b5803Copy full SHA for e0b5803
cpython-unix/build-cpython.sh
@@ -629,7 +629,9 @@ if [ -n "${CROSS_COMPILING}" ]; then
629
# TODO: There are probably more of these, see #599.
630
fi
631
632
-# TODO description
+# Adjust the Python startup logic (getpath.py) to properly locate the installation, even when
633
+# invoked through a symlink or through an incorrect argv[0]. Because this Python is relocatable, we
634
+# don't get to rely on the fallback to the compiled-in installation prefix.
635
if [[ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_14}" ]]; then
636
patch -p1 -i "${ROOT}/patch-python-getpath-3.14.patch"
637
0 commit comments