Home
last modified time | relevance | path

Searched refs:check_hash_pycs_mode (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Python/
H A Dinitconfig.c681 assert(config->check_hash_pycs_mode != NULL); in config_check_consistency()
730 CLEAR(config->check_hash_pycs_mode); in PyConfig_Clear()
766 config->check_hash_pycs_mode = NULL; in _PyConfig_InitCompatConfig()
1001 COPY_WSTR_ATTR(check_hash_pycs_mode); in _PyConfig_Copy()
1107 SET_ITEM_WSTR(check_hash_pycs_mode); in _PyConfig_AsDict()
1371 GET_WSTR(check_hash_pycs_mode); in _PyConfig_FromDict()
2181 if (config->check_hash_pycs_mode == NULL) { in config_read()
2182 status = PyConfig_SetString(config, &config->check_hash_pycs_mode, in config_read()
2365 status = PyConfig_SetString(config, &config->check_hash_pycs_mode, in config_parse_cmdline()
H A Dimport.c2487 const wchar_t *mode = _Py_GetConfig()->check_hash_pycs_mode; in imp_module_exec()
/third_party/python/Include/cpython/
H A Dinitconfig.h177 wchar_t *check_hash_pycs_mode; member
/third_party/python/Programs/
H A D_testembed.c700 config_set_string(&config, &config.check_hash_pycs_mode, L"always"); in test_init_from_config()

Completed in 10 milliseconds