Skip to content

Commit 1e0a396

Browse files
authored
Bump to CPython 3.14.0a6 (#561)
1 parent 0c9c364 commit 1e0a396

File tree

3 files changed

+4
-234
lines changed

3 files changed

+4
-234
lines changed

cpython-unix/build-cpython.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,6 @@ if [ -n "${CPYTHON_OPTIMIZED}" ]; then
448448

449449
if [[ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_14}" ]]; then
450450
patch -p1 -i "${ROOT}/patch-jit-llvm-version-3.14.patch"
451-
# On 3.14, we also use the tail calling interpreter which was incompatible with the JIT
452-
# until https://github.com/python/cpython/pull/129820 — backport that
453-
patch -p1 -i "${ROOT}/patch-jit-tail-call-compat-314-129820.patch"
454451
fi
455452
fi
456453
fi

cpython-unix/patch-jit-tail-call-compat-314-129820.patch

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

pythonbuild/downloads.py

Lines changed: 4 additions & 4 deletions
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.0a5.tar.xz",
84-
"size": 22859900,
85-
"sha256": "74e83f26de1e4fb9eef1b56492cff92508834bb71ac13f5c580438ce9f093682",
86-
"version": "3.14.0a5",
83+
"url": "https://www.python.org/ftp/python/3.14.0/Python-3.14.0a6.tar.xz",
84+
"size": 22956068,
85+
"sha256": "8d6181e5331d9a2cd6ca405ae1230e88589a043f4768ebb443d3889d45c1c35c",
86+
"version": "3.14.0a6",
8787
"licenses": ["Python-2.0", "CNRI-Python"],
8888
"license_file": "LICENSE.cpython.txt",
8989
"python_tag": "cp314",

0 commit comments

Comments
 (0)