mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-112532: Require mimalloc in --disable-gil builds (gh-112883)
This commit is contained in:
parent
fed294c645
commit
fdee7b7b3e
10 changed files with 76 additions and 12 deletions
2
configure
generated
vendored
2
configure
generated
vendored
|
|
@ -16891,6 +16891,8 @@ printf "%s\n" "#define WITH_MIMALLOC 1" >>confdefs.h
|
|||
|
||||
MIMALLOC_HEADERS='$(MIMALLOC_HEADERS)'
|
||||
|
||||
elif test "$disable_gil" = "yes"; then
|
||||
as_fn_error $? "--disable-gil requires mimalloc memory allocator (--with-mimalloc)." "$LINENO" 5
|
||||
fi
|
||||
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_mimalloc" >&5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue