From: Ned Deily Date: Wed, 22 Nov 2023 08:29:28 +0000 (-0500) Subject: Do not build the macOS installer with mimalloc enabled (#112312) X-Git-Tag: v3.13.0a2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad0e2a9332626dac4588f18626a20c48f4a58a9c;p=thirdparty%2FPython%2Fcpython.git Do not build the macOS installer with mimalloc enabled (#112312) 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. --- diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 84e1422a6283..b35789a7e313 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 "