HomeSort by relevance Sort by last modified time
    Searched refs:_PySys_EndInit (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Include/
pylifecycle.h 169 PyAPI_FUNC(int) _PySys_EndInit(PyObject *sysdict, _PyMainInterpreterConfig *config);
  /external/python/cpython3/Python/
pylifecycle.c 932 if (_PySys_EndInit(interp->sysdict, &interp->config) < 0) {
    [all...]
sysmodule.c     [all...]

Completed in 71 milliseconds