diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-07-14 19:04:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-14 19:04:06 (GMT) |
commit | 498c6490807e67a48df7982d266acd2c7407ca60 (patch) | |
tree | d7262a06d11486100a63ec2e0df1aeb70545b31c /Misc/NEWS.d | |
parent | 91f791400338673f025897c70da99301c85694c5 (diff) | |
download | cpython-498c6490807e67a48df7982d266acd2c7407ca60.zip cpython-498c6490807e67a48df7982d266acd2c7407ca60.tar.gz cpython-498c6490807e67a48df7982d266acd2c7407ca60.tar.bz2 |
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>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Build/2022-07-14-02-45-44.gh-issue-94841.lLRTdf.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-07-14-02-45-44.gh-issue-94841.lLRTdf.rst b/Misc/NEWS.d/next/Build/2022-07-14-02-45-44.gh-issue-94841.lLRTdf.rst new file mode 100644 index 0000000..f7ad4f8 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2022-07-14-02-45-44.gh-issue-94841.lLRTdf.rst @@ -0,0 +1 @@ +Fix the possible performance regression of :c:func:`PyObject_Free` compiled with MSVC version 1932. |