mirror of
https://github.com/python/cpython.git
synced 2026-06-26 21:04:42 -04:00
01b1cc12e7
Add PyInterpreterState.runtime field: reference to the _PyRuntime global variable. This field exists to not have to pass runtime in addition to tstate to a function. Get runtime from tstate: tstate->interp->runtime. Remove "_PyRuntimeState *runtime" parameter from functions already taking a "PyThreadState *tstate" parameter. _PyGC_Init() first parameter becomes "PyThreadState *tstate".
Miscellaneous source files for the main Python shared library