Skip to content

Commit cdaf6ae

Browse files
committed
Ban uttype weak symbol on Python 3.8
1 parent 97b9448 commit cdaf6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-unix/build-cpython.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ if [ "${PYBUILD_PLATFORM}" = "macos" ]; then
370370
# symbols do need to be banned.
371371
if [ -n "${PYTHON_MEETS_MAXIMUM_VERSION_3_9}" ]; then
372372
if [ "${TARGET_TRIPLE}" != "aarch64-apple-darwin" ]; then
373-
for symbol in clock_getres clock_gettime clock_settime faccessat fchmodat fchownat fdopendir fstatat futimens getentropy linkat mkdirat openat preadv pwritev readlinkat renameat symlinkat unlinkat utimensat; do
373+
for symbol in clock_getres clock_gettime clock_settime faccessat fchmodat fchownat fdopendir fstatat futimens getentropy linkat mkdirat openat preadv pwritev readlinkat renameat symlinkat unlinkat utimensat uttype; do
374374
CONFIGURE_FLAGS="${CONFIGURE_FLAGS} ac_cv_func_${symbol}=no"
375375
done
376376
fi

0 commit comments

Comments
 (0)