FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. by colesbury · Pull Request #130808 · python/cpython · GitHub

/ cpython Public

gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. - #130808

Merged
colesbury merged 3 commits into
python:mainfrom
colesbury:gh-130794-process-queue
Mar 4, 2025
Merged

gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed.#130808
colesbury merged 3 commits into
python:mainfrom
colesbury:gh-130794-process-queue

Conversation

colesbury commented Mar 3, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

This avoids a case where the interpreter's queue of memory to be freed could grow rapidly if there are many short lived threads.

…yed.

This avoids a case where the interpreter's queue of memory to be freed
could grow rapidly if there are many short lived threads.

DinoV left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM!

colesbury merged commit 2f6e0e9 into python:main Mar 4, 2025
colesbury deleted the gh-130794-process-queue branch March 4, 2025 23:04

Copy link
Copy Markdown

Thanks @colesbury for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

Copy link
Copy Markdown

Sorry, @colesbury, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 2f6e0e9f7001769be746ee96356656d3ebdc7f96 3.13

bedevere-app Bot commented Mar 4, 2025

Copy link
Copy Markdown

GH-130857 is a backport of this pull request to the 3.13 branch.

bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label Mar 4, 2025
colesbury added a commit to colesbury/cpython that referenced this pull request Mar 4, 2025
…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 <colesbury@gmail.com>
colesbury added a commit that referenced this pull request Mar 4, 2025
…ayed. (gh-130808) (#130857)

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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

2 participants


Back | FazBrowse Home | New Git URL