mirror of
https://github.com/python/cpython.git
synced 2026-05-16 17:38:22 -04:00
9afb0e1606
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.
Source files for various builtin objects