Skip to content
Open
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
6 changes: 0 additions & 6 deletions cpython-unix/build-cpython.sh
Original file line number Diff line number Diff line change
Expand Up @@ -338,12 +338,6 @@ if [ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_15}" ]; then
patch -p1 -i "${ROOT}/patch-testinternalcapi-interpreter-extern.patch"
fi

# Apply https://github.com/python/cpython/pull/149516 for a 3.15.0b1
# site startup regression.
if [ "${PYTHON_MAJMIN_VERSION}" = "3.15" ]; then
patch -p1 -i "${ROOT}/patch-site-reentrant-startup-files-3.15.patch"
fi

# Most bits look at CFLAGS. But setup.py only looks at CPPFLAGS.
# So we need to set both.
CFLAGS="${EXTRA_TARGET_CFLAGS} -fPIC -I${TOOLS_PATH}/deps/include -I${TOOLS_PATH}/deps/include/ncursesw"
Expand Down
158 changes: 0 additions & 158 deletions cpython-unix/patch-site-reentrant-startup-files-3.15.patch

This file was deleted.

6 changes: 0 additions & 6 deletions cpython-windows/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1516,12 +1516,6 @@ def build_cpython(
cpython_source_path = td / ("Python-%s" % python_version)
pcbuild_path = cpython_source_path / "PCbuild"

if python_version.startswith("3.15."):
apply_source_patch(
cpython_source_path,
SUPPORT / "patch-site-reentrant-startup-files-3.15.patch",
)

out_dir = td / "out"

build_dir = out_dir / "python" / "build"
Expand Down
145 changes: 0 additions & 145 deletions cpython-windows/patch-site-reentrant-startup-files-3.15.patch

This file was deleted.

Loading