File tree Expand file tree Collapse file tree 3 files changed +1
-121
lines changed Expand file tree Collapse file tree 3 files changed +1
-121
lines changed Original file line number Diff line number Diff line change 9090 patch -p1 -i ${ROOT} /patch-xopen-source-ios-legacy.patch
9191fi
9292
93- # See https://github.com/python/cpython/pull/135146
94- # TODO(zanieb): Drop in 3.14b3
95- if [ -n " ${PYTHON_MEETS_MINIMUM_VERSION_3_14} " ]; then
96- patch -p1 -i ${ROOT} /patch-static-remote-debug-3.14.patch
97- fi
98-
9993# LIBTOOL_CRUFT is unused and breaks cross-compiling on macOS. Nuke it.
10094# Submitted upstream at https://github.com/python/cpython/pull/101048.
10195if [ -n " ${PYTHON_MEETS_MAXIMUM_VERSION_3_11} " ]; then
@@ -486,9 +480,7 @@ if [ -n "${CPYTHON_OPTIMIZED}" ]; then
486480
487481 # Respect CFLAGS during JIT compilation.
488482 # Backports https://github.com/python/cpython/pull/134276
489- if [ -n " ${PYTHON_MEETS_MINIMUM_VERSION_3_14} " ]; then
490- patch -p1 -i ${ROOT} /patch-jit-cflags-314.patch
491- elif [ -n " ${PYTHON_MEETS_MINIMUM_VERSION_3_13} " ]; then
483+ if [[ -n " ${PYTHON_MEETS_MINIMUM_VERSION_3_13} " && -n " ${PYTHON_MEETS_MINIMUM_VERSION_3_14} " ]]; then
492484 patch -p1 -i ${ROOT} /patch-jit-cflags-313.patch
493485 fi
494486
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments