bpo-36710: Pass explicitly tstate in sysmodule.c (GH-14060)
* Replace global var Py_VerboseFlag with interp->config.verbose. * Add _PyErr_NoMemory(tstate) function. * Add tstate parameter to _PyEval_SetCoroutineOriginTrackingDepth() and move the function to the internal API. * Replace _PySys_InitMain(runtime, interp) with _PySys_InitMain(runtime, tstate).
V
Victor Stinner committed
838f26402de82640698c38ea9d2be65c6cf780d6
Parent: 3498c64
Committed by GitHub <noreply@github.com>
on 6/13/2019, 8:41:23 PM