File tree Expand file tree Collapse file tree 2 files changed +3
-29
lines changed Expand file tree Collapse file tree 2 files changed +3
-29
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
@@ -485,7 +479,9 @@ if [ -n "${CPYTHON_OPTIMIZED}" ]; then
485479 fi
486480
487481 # Respect CFLAGS during JIT compilation.
488- # Backports https://github.com/python/cpython/pull/134276
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+.
489485 if [ -n " ${PYTHON_MEETS_MINIMUM_VERSION_3_14} " ]; then
490486 patch -p1 -i ${ROOT} /patch-jit-cflags-314.patch
491487 elif [ -n " ${PYTHON_MEETS_MINIMUM_VERSION_3_13} " ]; then
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments