Home
last modified time | relevance | path

Searched refs:_PyBytes_Init (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_pylifecycle.h54 extern PyStatus _PyBytes_Init(PyInterpreterState *interp);
/third_party/python/Python/
Dpylifecycle.c669 status = _PyBytes_Init(interp); in pycore_init_singletons()
/third_party/python/Objects/
Dbytesobject.c3067 _PyBytes_Init(PyInterpreterState *interp) in _PyBytes_Init() function