Skip to content

Commit 1ab3596

Browse files
authoredFeb 12, 2025··
Bump to CPython 3.14.0a5 (#521)
1 parent 440cedc commit 1ab3596

File tree

3 files changed

+4
-45
lines changed

3 files changed

+4
-45
lines changed
 

‎cpython-unix/build-cpython.sh

-5
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

-36
This file was deleted.

‎pythonbuild/downloads.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@
8080
"python_tag": "cp313",
8181
},
8282
"cpython-3.14": {
83-
"url": "https://www.python.org/ftp/python/3.14.0/Python-3.14.0a4.tar.xz",
84-
"size": 22798932,
85-
"sha256": "c24f07881873c1d460228795ca6ca8c99130e30c773c91463d30d7ea8ff0e70b",
86-
"version": "3.14.0a4",
83+
"url": "https://www.python.org/ftp/python/3.14.0/Python-3.14.0a5.tar.xz",
84+
"size": 22859900,
85+
"sha256": "74e83f26de1e4fb9eef1b56492cff92508834bb71ac13f5c580438ce9f093682",
86+
"version": "3.14.0a5",
8787
"licenses": ["Python-2.0", "CNRI-Python"],
8888
"license_file": "LICENSE.cpython.txt",
8989
"python_tag": "cp314",

0 commit comments

Comments
 (0)
Please sign in to comment.