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 90
90
patch -p1 -i ${ROOT} /patch-xopen-source-ios-legacy.patch
91
91
fi
92
92
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
-
99
93
# LIBTOOL_CRUFT is unused and breaks cross-compiling on macOS. Nuke it.
100
94
# Submitted upstream at https://github.com/python/cpython/pull/101048.
101
95
if [ -n " ${PYTHON_MEETS_MAXIMUM_VERSION_3_11} " ]; then
@@ -486,9 +480,7 @@ if [ -n "${CPYTHON_OPTIMIZED}" ]; then
486
480
487
481
# Respect CFLAGS during JIT compilation.
488
482
# 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_MAXIMUM_VERSION_3_13} " ]]; then
492
484
patch -p1 -i ${ROOT} /patch-jit-cflags-313.patch
493
485
fi
494
486
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments