bpo-36710: Add runtime parameter in gcmodule.c by vstinner · Pull Request #12958 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.2k
Merged
bpo-36710: Add runtime parameter in gcmodule.c#12958
vstinner merged 1 commit intopython:masterfrom
vstinner:gc_runtime
bpo-36710: Add runtime parameter in gcmodule.c#12958
vstinner merged 1 commit intopython:masterfrom
vstinner:gc_runtime
Conversation
Copy link
Member
Add 'state' or 'runtime' parameter to functions in gcmodule.c to
avoid to rely directly on the global variable _PyRuntime.
Add 'state' or 'runtime' parameter to functions in gcmodule.c to avoid to rely directly on the global variable _PyRuntime.
vstinner
added
the
skip news
label
vstinner
requested a review
from a team
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
vstinner
merged commit
9db0324
into
python:master
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
gc_runtime
branch
sbidoul added a commit to sbidoul/cpython that referenced this pull request
Feb 9, 2025This 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