Skip to content

Commit

Permalink
Do not build the macOS installer with mimalloc enabled (python#112312)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ned-deily authored Nov 22, 2023
1 parent fde8fe5 commit ad0e2a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Mac/BuildScript/build-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit ad0e2a9

Please sign in to comment.