Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
D_warnings.c767 static PyObject *bootstrap_string = NULL; in is_internal_frame() local
776 bootstrap_string = PyUnicode_FromString("_bootstrap"); in is_internal_frame()
777 if (bootstrap_string == NULL) { in is_internal_frame()
782 Py_INCREF(bootstrap_string); in is_internal_frame()
805 contains = PyUnicode_Contains(filename, bootstrap_string); in is_internal_frame()
/external/python/cpython3/Tools/c-analyzer/
DTODO207 Python/_warnings.c:is_internal_frame():bootstrap_string static PyObject *bootstrap_string
Dknown.tsv87 Python/_warnings.c is_internal_frame bootstrap_string variable static PyObject *bootstrap_string