bpo-36710: Add runtime parameter in gcmodule.c by vstinner · Pull Request #12958 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

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

Sign up

Appearance settings

Merged

vstinner merged 1 commit intopython:masterfrom

vstinner:gc_runtime

Apr 26, 2019

Merged

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

vstinner merged 1 commit intopython:masterfrom

vstinner:gc_runtime

Conversation

@vstinner

Copy link

Member

@vstinner vstinner commented

Apr 25, 2019

edited by bedevere-bot

Loading

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

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @the-knights-who-say-ni @bedevere-bot