Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

gh-118527: Use deferred reference counting for C functions on modules#118529

Merged
colesbury merged 1 commit into
python:mainpython/cpython:mainfrom
colesbury:gh-118527-cfunccolesbury/cpython:gh-118527-cfuncCopy head branch name to clipboard
May 3, 2024
Merged

gh-118527: Use deferred reference counting for C functions on modules#118529
colesbury merged 1 commit into
python:mainpython/cpython:mainfrom
colesbury:gh-118527-cfunccolesbury/cpython:gh-118527-cfuncCopy head branch name to clipboard

Conversation

@colesbury

@colesbury colesbury commented May 3, 2024

Copy link
Copy Markdown
Contributor

This addresses a scaling bottleneck in the free-threaded build when calling functions like math.floor() concurrently from multiple threads.

…odules

This addresses a scaling bottleneck in the free-threaded build when
calling functions like `math.floor()` concurrently from multiple
threads.
@colesbury colesbury merged commit 608192e into python:main May 3, 2024
@colesbury colesbury deleted the gh-118527-cfunc branch May 3, 2024 15:33
SonicField pushed a commit to SonicField/cpython that referenced this pull request May 8, 2024
…odules (python#118529)

This addresses a scaling bottleneck in the free-threaded build when
calling functions like `math.floor()` concurrently from multiple
threads.
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.