From 5647dc221fa177d2d79969fda08e7ee197d0a1fe Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Wed, 22 Nov 2023 02:14:13 -0500 Subject: [PATCH] Do not build the macOS installer with mimalloc enabled pending resolution of weak linking crashes during interpreter startup on macOS 10.9, 10.10, and 10.11 when built on macOS 11 and later. --- Mac/BuildScript/build-installer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 84e1422a628361..b35789a7e3132b 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -1147,7 +1147,9 @@ def buildPython(): # will find them during its extension import sanity checks. print("Running configure...") + print(" NOTE: --with-mimalloc=no pending resolution of weak linking issues") runCommand("%s -C --enable-framework --enable-universalsdk=/ " + "--with-mimalloc=no " "--with-universal-archs=%s " "%s " "%s "