Staging
v0.5.1
https://github.com/python/cpython
Revision 7247407c35330f3f6292f1d40606b7ba6afd5700 authored by Victor Stinner on 20 November 2019, 11:25:50 UTC, committed by GitHub on 20 November 2019, 11:25:50 UTC
* Rename _PyGC_InitializeRuntime() to _PyGC_InitState()
* finalize_interp_clear() now also calls _PyGC_Fini() in
  subinterpreters (clear the GC state).
1 parent 488d02a
History
Tip revision: 7247407c35330f3f6292f1d40606b7ba6afd5700 authored by Victor Stinner on 20 November 2019, 11:25:50 UTC
bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287)
Tip revision: 7247407
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.7 KB
_testembed.c -rw-r--r-- 42.7 KB
python.c -rw-r--r-- 298 bytes

README

back to top