• Victor Stinner's avatar
    bpo-36710: Pass explicitly tstate in sysmodule.c (GH-14060) · 838f2640
    Victor Stinner yazdı
    * 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).
    838f2640
ceval.h 8.1 KB