]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (GH-94842)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 14 Jul 2022 19:04:06 +0000 (12:04 -0700)
committerGitHub <noreply@github.com>
Thu, 14 Jul 2022 19:04:06 +0000 (12:04 -0700)
commit498c6490807e67a48df7982d266acd2c7407ca60
treed7262a06d11486100a63ec2e0df1aeb70545b31c
parent91f791400338673f025897c70da99301c85694c5
gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (GH-94842)

(cherry picked from commit 9b3f7792093c533608f70043aa2a7daf7f903a16)

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