Skip to content

Commit cb1f583

Browse files
committed
Drop stale patches
1 parent 656b050 commit cb1f583

File tree

2 files changed

+3
-29
lines changed

2 files changed

+3
-29
lines changed

cpython-unix/build-cpython.sh

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,6 @@ else
9090
patch -p1 -i ${ROOT}/patch-xopen-source-ios-legacy.patch
9191
fi
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.
10195
if [ -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

cpython-unix/patch-static-remote-debug-3.14.patch

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)