]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. (gh-130808)
authorSam Gross <colesbury@gmail.com>
Tue, 4 Mar 2025 23:04:04 +0000 (18:04 -0500)
committerGitHub <noreply@github.com>
Tue, 4 Mar 2025 23:04:04 +0000 (18:04 -0500)
commit2f6e0e9f7001769be746ee96356656d3ebdc7f96
treed1223aee57d942d7cbc75beba5a55034bfcf74db
parentcb67b44ca92f9930b3aa2aba8420c89d12a25303
gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. (gh-130808)

This avoids a case where the interpreter's queue of memory to be freed
could grow rapidly if there are many short lived threads.
Misc/NEWS.d/next/Core_and_Builtins/2025-03-03-20-33-44.gh-issue-130794.LwtGQc.rst [new file with mode: 0644]
Objects/obmalloc.c
Python/qsbr.c