]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116984: Make mimalloc header includes relative to the current file (#118808)
authorSam Gross <colesbury@gmail.com>
Thu, 9 May 2024 20:03:45 +0000 (16:03 -0400)
committerGitHub <noreply@github.com>
Thu, 9 May 2024 20:03:45 +0000 (16:03 -0400)
commit71cc0651e79041abd648595f3030dfa41009137a
tree0778b0427accf15e93465a9822c1a7412421b933
parent2402715e10d00ef60fad2948d8461559d084eb36
gh-116984: Make mimalloc header includes relative to the current file (#118808)

Some embedders and extensions include parts of the internal API. The
pycore_mimalloc.h file is transitively include by a number of other
internal headers. This avoids include errors for code that was
already including those headers.
Include/internal/mimalloc/mimalloc/internal.h
Include/internal/mimalloc/mimalloc/types.h
Include/internal/pycore_mimalloc.h
Misc/NEWS.d/next/C API/2024-05-08-23-14-06.gh-issue-116984.5sgcDo.rst [new file with mode: 0644]