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 7188329 commit 4dc625fCopy full SHA for 4dc625f
cpython-unix/build-cpython.sh
@@ -480,11 +480,8 @@ if [ -n "${CPYTHON_OPTIMIZED}" ]; then
480
481
# Respect CFLAGS during JIT compilation.
482
#
483
- # Backports https://github.com/python/cpython/pull/134276 which we're trying to get released
484
- # in 3.14, but is currently only in 3.15+.
485
- if [ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_14}" ]; then
486
- patch -p1 -i ${ROOT}/patch-jit-cflags-314.patch
487
- elif [ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" ]; then
+ # Backports https://github.com/python/cpython/pull/134276
+ if [ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" ]; then
488
patch -p1 -i ${ROOT}/patch-jit-cflags-313.patch
489
fi
490
cpython-unix/patch-jit-cflags-314.patch
0 commit comments