Skip to content

Commit 82c07fd

Browse files
committed
Remove upstreamed patch-test-embed-prevent-segfault-3.14.patch
1 parent 89c9068 commit 82c07fd

File tree

2 files changed

+0
-41
lines changed

2 files changed

+0
-41
lines changed

cpython-unix/build-cpython.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -314,11 +314,6 @@ if [ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_12}" ]; then
314314
patch -p1 -i ${ROOT}/patch-test-embed-prevent-segfault.patch
315315
fi
316316

317-
# Same as above but for an additional set of tests introduced in 3.14.
318-
if [ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_14}" ]; then
319-
patch -p1 -i ${ROOT}/patch-test-embed-prevent-segfault-3.14.patch
320-
fi
321-
322317
# Most bits look at CFLAGS. But setup.py only looks at CPPFLAGS.
323318
# So we need to set both.
324319
CFLAGS="${EXTRA_TARGET_CFLAGS} -fPIC -I${TOOLS_PATH}/deps/include -I${TOOLS_PATH}/deps/include/ncursesw"

cpython-unix/patch-test-embed-prevent-segfault-3.14.patch

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

0 commit comments

Comments
 (0)