Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.13] gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. (gh-130808) #130857

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

colesbury
Copy link
Contributor

@colesbury colesbury commented Mar 4, 2025

This avoids a case where the interpreter's queue of memory to be freed could grow rapidly if there are many short lived threads.
(cherry picked from commit 2f6e0e9)

…donDelayed. (pythongh-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.
(cherry picked from commit 2f6e0e9)

Co-authored-by: Sam Gross <[email protected]>
@colesbury colesbury enabled auto-merge (squash) March 4, 2025 23:14
@colesbury colesbury merged commit 0752275 into python:3.13 Mar 4, 2025
39 checks passed
@colesbury colesbury deleted the backport-2f6e0e9-3.13 branch March 18, 2025 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant