Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
D_warnings.c758 static PyObject *bootstrap_string = NULL; in is_internal_frame() local
768 bootstrap_string = PyUnicode_FromString("_bootstrap"); in is_internal_frame()
769 if (bootstrap_string == NULL) { in is_internal_frame()
774 Py_INCREF(bootstrap_string); in is_internal_frame()
790 contains = PyUnicode_Contains(filename, bootstrap_string); in is_internal_frame()