Skip to content

Commit be22cba

Browse files
authored
Bump CPython 3.13 version to 3.13.6 (#726)
1 parent b670cd8 commit be22cba

File tree

3 files changed

+4
-719
lines changed

3 files changed

+4
-719
lines changed

cpython-unix/build-cpython.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,6 @@ if [ -n "${CROSS_COMPILING}" ]; then
7676
fi
7777
fi
7878

79-
# `uuid.getnode()` is not stable on our libuuid, CPython should fallback to another method
80-
# Cherry-pick https://github.com/python/cpython/pull/134704 until it is released
81-
# We could backport this to more versions too, it won't be done by the upstream
82-
if [[ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" && -n "${PYTHON_MEETS_MAXIMUM_VERSION_3_13}" ]]; then
83-
patch -p1 -i ${ROOT}/patch-uuid-getnode-stable-3.13.patch
84-
fi
85-
8679
# This patch is slightly different on Python 3.10+.
8780
if [ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_10}" ]; then
8881
patch -p1 -i ${ROOT}/patch-xopen-source-ios.patch

0 commit comments

Comments
 (0)