]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (GH-94842)
authorNeil Schemenauer <nas-github@arctrix.com>
Fri, 15 Jul 2022 00:26:40 +0000 (17:26 -0700)
committerGitHub <noreply@github.com>
Fri, 15 Jul 2022 00:26:40 +0000 (17:26 -0700)
commit5d26f855213a4b6e57311ccac2af87c8d85f3499
tree29426636fbe29a869a483e2eb3acbe2ec5ddd299
parent1cf0305ba563228143ecc6622d066590bae35309
[3.10] gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (GH-94842)

Need to define ALWAYS_INLINE macro for 3.10.

Co-authored-by: neonene <53406459+neonene@users.noreply.github.com>
Misc/NEWS.d/next/Build/2022-07-14-02-45-44.gh-issue-94841.lLRTdf.rst [new file with mode: 0644]
Objects/obmalloc.c