Searched refs:bootstrap_string (Results 1 – 3 of 3) sorted by relevance
767 static PyObject *bootstrap_string = NULL; in is_internal_frame() local776 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()
207 Python/_warnings.c:is_internal_frame():bootstrap_string static PyObject *bootstrap_string
87 Python/_warnings.c is_internal_frame bootstrap_string variable static PyObject *bootstrap_string