File tree Expand file tree Collapse file tree 2 files changed +2
-95
lines changed Expand file tree Collapse file tree 2 files changed +2
-95
lines changed Original file line number Diff line number Diff line change @@ -480,11 +480,8 @@ if [ -n "${CPYTHON_OPTIMIZED}" ]; then
480480
481481 # Respect CFLAGS during JIT compilation.
482482 #
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
483+ # Backports https://github.com/python/cpython/pull/134276
484+ if [[ -n " ${PYTHON_MEETS_MINIMUM_VERSION_3_13} " && -n " ${PYTHON_MEETS_MAXIMUM_VERSION_3_13} " ]]; then
488485 patch -p1 -i ${ROOT} /patch-jit-cflags-313.patch
489486 fi
490487
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments