Skip to content

Commit 4dc625f

Browse files
committed
Remove JIT patch
1 parent 7188329 commit 4dc625f

File tree

2 files changed

+2
-95
lines changed

2 files changed

+2
-95
lines changed

cpython-unix/build-cpython.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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}" ]; then
488485
patch -p1 -i ${ROOT}/patch-jit-cflags-313.patch
489486
fi
490487

cpython-unix/patch-jit-cflags-314.patch

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

0 commit comments

Comments
 (0)