Skip to content

Commit ad0e2a9

Browse files
authored
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.
1 parent fde8fe5 commit ad0e2a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,9 @@ def buildPython():
11471147
# will find them during its extension import sanity checks.
11481148

11491149
print("Running configure...")
1150+
print(" NOTE: --with-mimalloc=no pending resolution of weak linking issues")
11501151
runCommand("%s -C --enable-framework --enable-universalsdk=/ "
1152+
"--with-mimalloc=no "
11511153
"--with-universal-archs=%s "
11521154
"%s "
11531155
"%s "

0 commit comments

Comments
 (0)