Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dinitconfig.c636 assert(config->check_hash_pycs_mode != NULL); in config_check_consistency()
680 CLEAR(config->check_hash_pycs_mode); in PyConfig_Clear()
716 config->check_hash_pycs_mode = NULL; in _PyConfig_InitCompatConfig()
935 COPY_WSTR_ATTR(check_hash_pycs_mode); in _PyConfig_Copy()
1036 SET_ITEM_WSTR(check_hash_pycs_mode); in _PyConfig_AsDict()
1296 GET_WSTR(check_hash_pycs_mode); in _PyConfig_FromDict()
2129 if (config->check_hash_pycs_mode == NULL) { in config_read()
2130 status = PyConfig_SetString(config, &config->check_hash_pycs_mode, in config_read()
2293 status = PyConfig_SetString(config, &config->check_hash_pycs_mode, in config_parse_cmdline()
Dimport.c2148 const wchar_t *mode = _Py_GetConfig()->check_hash_pycs_mode; in imp_module_exec()
/external/python/cpython3/Include/cpython/
Dinitconfig.h175 wchar_t *check_hash_pycs_mode; member
/external/python/cpython3/Programs/
D_testembed.c621 config_set_string(&config, &config.check_hash_pycs_mode, L"always"); in test_init_from_config()
/external/python/cpython3/Doc/c-api/
Dinit_config.rst599 .. c:member:: wchar_t* check_hash_pycs_mode
/external/python/cpython3/Doc/data/
Dpython3.10.abi5612 …<var-decl name='check_hash_pycs_mode' type-id='type-id-325' visibility='default' filepath='./Inclu…