Files
cpython/Python
Victor Stinner 7247407c35 bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287)
* Rename _PyGC_InitializeRuntime() to _PyGC_InitState()
* finalize_interp_clear() now also calls _PyGC_Fini() in
  subinterpreters (clear the GC state).
2019-11-20 12:25:50 +01:00
..
2019-09-21 12:57:44 -07:00

Miscellaneous source files for the main Python shared library