Home
last modified time | relevance | path

Searched refs:_is_python_build (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Python/
H A Dpathconfig.c39 int _is_python_build; member
43 {.module_search_path = NULL, ._is_python_build = 0}
76 _Py_path_config._is_python_build = 0; in _PyPathConfig_ClearGlobal()
118 COPY_INT(_is_python_build); in _PyPathConfig_ReadGlobal()
165 COPY_INT(_is_python_build); in _PyPathConfig_UpdateGlobal()
H A Dinitconfig.c684 assert(config->_is_python_build >= 0); in config_check_consistency()
779 config->_is_python_build = 0; in _PyConfig_InitCompatConfig()
1008 COPY_ATTR(_is_python_build); in _PyConfig_Copy()
1114 SET_ITEM_INT(_is_python_build); in _PyConfig_AsDict()
1400 GET_UINT(_is_python_build); in _PyConfig_FromDict()
3092 PySys_WriteStderr(" is in build tree = %i\n", config->_is_python_build); in _Py_DumpPathConfig()
/third_party/python/Lib/test/
H A Dtest_getpath.py64 _is_python_build=1,
205 _is_python_build=1,
235 _is_python_build=1,
316 _is_python_build=1,
504 _is_python_build=1,
811 _is_python_build=1,
/third_party/python/Include/cpython/
H A Dinitconfig.h219 int _is_python_build; member
/third_party/python/Programs/
H A D_testembed.c1604 config._is_python_build = INT_MAX; in test_init_is_python_build()
1607 config._is_python_build = INT_MIN; in test_init_is_python_build()
1612 config._is_python_build = -1; in test_init_is_python_build()
1614 dump_config(); // home and _is_python_build are cached in _Py_path_config in test_init_is_python_build()

Completed in 9 milliseconds