bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState by vstinner · Pull Request #17287 · python/cpython

@vstinner

* Rename _PyGC_InitializeRuntime() to _PyGC_InitState()
* finalize_interp_clear() now also calls _PyGC_Fini() in
  subinterpreters.

pablogsal added a commit to pablogsal/cpython that referenced this pull request

Dec 3, 2019

jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request

Dec 5, 2019
)

* Rename _PyGC_InitializeRuntime() to _PyGC_InitState()
* finalize_interp_clear() now also calls _PyGC_Fini() in
  subinterpreters (clear the GC state).

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Jan 31, 2020
)

* Rename _PyGC_InitializeRuntime() to _PyGC_InitState()
* finalize_interp_clear() now also calls _PyGC_Fini() in
  subinterpreters (clear the GC state).