Skip to content
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

bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState #17287

Merged
merged 1 commit into from
Nov 20, 2019
Merged

bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState #17287

merged 1 commit into from
Nov 20, 2019

Commits on Nov 20, 2019

  1. bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState

    * Rename _PyGC_InitializeRuntime() to _PyGC_InitState()
    * finalize_interp_clear() now also calls _PyGC_Fini() in
      subinterpreters.
    vstinner committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    113b626 View commit details
    Browse the repository at this point in the history