]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-116984: Make mimalloc header includes relative to the current file (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 9 May 2024 20:26:36 +0000 (22:26 +0200)
committerGitHub <noreply@github.com>
Thu, 9 May 2024 20:26:36 +0000 (20:26 +0000)
commit0a23970478a8e10476f4c3095060ef00e07826a2
treea833223bfa231d6d614debf152bb83507686fbb7
parent846cfb9a67fa4bdb81cd482a4a9e41a089ea80b3
[3.13] gh-116984: Make mimalloc header includes relative to the current file (GH-118808) (#118866)

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.
(cherry picked from commit 71cc0651e79041abd648595f3030dfa41009137a)

Co-authored-by: Sam Gross <colesbury@gmail.com>
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]