Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions cpython-unix/build-cpython.sh
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,6 @@ if [ -n "${CPYTHON_OPTIMIZED}" ]; then

if [[ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_14}" ]]; then
patch -p1 -i "${ROOT}/patch-jit-llvm-version-3.14.patch"
# On 3.14, we also use the tail calling interpreter which was incompatible with the JIT
# until https://github.com/python/cpython/pull/129820 — backport that
patch -p1 -i "${ROOT}/patch-jit-tail-call-compat-314-129820.patch"
fi
fi
fi
Expand Down
227 changes: 0 additions & 227 deletions cpython-unix/patch-jit-tail-call-compat-314-129820.patch

This file was deleted.

8 changes: 4 additions & 4 deletions pythonbuild/downloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@
"python_tag": "cp313",
},
"cpython-3.14": {
"url": "https://www.python.org/ftp/python/3.14.0/Python-3.14.0a5.tar.xz",
"size": 22859900,
"sha256": "74e83f26de1e4fb9eef1b56492cff92508834bb71ac13f5c580438ce9f093682",
"version": "3.14.0a5",
"url": "https://www.python.org/ftp/python/3.14.0/Python-3.14.0a6.tar.xz",
"size": 22956068,
"sha256": "8d6181e5331d9a2cd6ca405ae1230e88589a043f4768ebb443d3889d45c1c35c",
"version": "3.14.0a6",
"licenses": ["Python-2.0", "CNRI-Python"],
"license_file": "LICENSE.cpython.txt",
"python_tag": "cp314",
Expand Down