8000 bpo-36710: Add runtime parameter in gcmodule.c by vstinner · Pull Request #12958 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-36710: Add runtime parameter in gcmodule.c #12958

8000
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
Apr 26, 2019
Merged

bpo-36710: Add runtime parameter in gcmodule.c #12958

merged 1 commit into from
Apr 26, 2019

Conversation

vstinner
Copy link
Member
@vstinner vstinner commented Apr 25, 2019

Add 'state' or 'runtime' parameter to functions in gcmodule.c to
avoid to rely directly on the global variable _PyRuntime.

https://bugs.python.org/issue36710

Add 'state' or 'runtime' parameter to functions in gcmodule.c to
avoid to rely directly on the global variable _PyRuntime.
@vstinner vstinner requested a review from a team April 25, 2019 23:52
@vstinner vstinner merged commit 9db0324 into python:master Apr 26, 2019
@vstinner vstinner deleted the gc_runtime branch April 26, 2019 00:32
sbidoul added a commit to sbidoul/cpython that referenced this pull request Feb 9, 2025
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.

3 participants
0