]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112027: Don't print mimalloc warning after mmap() call (gh-113372)
authorSam Gross <colesbury@gmail.com>
Fri, 22 Dec 2023 00:38:27 +0000 (19:38 -0500)
committerGitHub <noreply@github.com>
Fri, 22 Dec 2023 00:38:27 +0000 (09:38 +0900)
commit9afb0e1606cad41ed57c42ea0a53ac90433f211b
treef0cba61538b80d03fb0f8694c7482401f845a01c
parent7de9855410d034b2b7624a057dbf7c3f58ee5328
gh-112027: Don't print mimalloc warning after mmap() call (gh-113372)

gh-112027: Don't print mimalloc warning after mmap

This changes the warning to a "verbose"-level message in prim.c. The
address passed to mmap is only a hint -- it's normal for mmap() to
sometimes not respect the hint and return a different address.
Objects/mimalloc/prim/unix/prim.c