8000 gh-118527: Use deferred reference counting for C functions on modules by colesbury · Pull Request #118529 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

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

Merged
merged 1 commit into from
May 3, 2024

Conversation

colesbury
Copy link
Contributor
@colesbury colesbury commented May 3, 2024

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
39 checks passed
@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
0