Home
last modified time | relevance | path

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

/third_party/python/Python/
Dimport.c1782 PyObject *builtins_str = _PyUnicode_FromId(&PyId___builtins__); // borrowed ref in PyImport_Import() local
1783 if (builtins_str == NULL) { in PyImport_Import()
1796 builtins = PyObject_GetItem(globals, builtins_str); in PyImport_Import()
1807 globals = Py_BuildValue("{OO}", builtins_str, builtins); in PyImport_Import()
/third_party/python/Tools/c-analyzer/
DTODO218 Python/import.c:PyImport_Import():builtins_str static PyObject *builtins_str
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2075 Python/import.c PyImport_Import builtins_str -