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 ea59920 commit 9edbb9dCopy full SHA for 9edbb9d
cpython-unix/build-cpython.sh
@@ -79,7 +79,7 @@ fi
79
# `uuid.getnode()` is not stable on our libuuid, CPython should fallback to another method
80
# Cherry-pick https://github.com/python/cpython/pull/134704 until it is released
81
# We could backport this to more versions too, it won't be done by the upstream
82
-if [[ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" && -n "${PYTHON_MEETS_MAXIMUM_VERSION_3_14}" ]]; then
+if [[ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" && -n "${PYTHON_MEETS_MAXIMUM_VERSION_3_13}" ]]; then
83
patch -p1 -i ${ROOT}/patch-uuid-getnode-stable-3.13.patch
84
fi
85
0 commit comments