Home
last modified time | relevance | path

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

/third_party/python/Python/
Dinitconfig.c644 assert(config->check_hash_pycs_mode != NULL); in config_check_consistency()
688 CLEAR(config->check_hash_pycs_mode); in PyConfig_Clear()
724 config->check_hash_pycs_mode = NULL; in _PyConfig_InitCompatConfig()
947 COPY_WSTR_ATTR(check_hash_pycs_mode); in _PyConfig_Copy()
1048 SET_ITEM_WSTR(check_hash_pycs_mode); in _PyConfig_AsDict()
1308 GET_WSTR(check_hash_pycs_mode); in _PyConfig_FromDict()
2189 if (config->check_hash_pycs_mode == NULL) { in config_read()
2190 status = PyConfig_SetString(config, &config->check_hash_pycs_mode, in config_read()
2353 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()
/third_party/python/Include/cpython/
Dinitconfig.h175 wchar_t *check_hash_pycs_mode; member
/third_party/python/Programs/
D_testembed.c621 config_set_string(&config, &config.check_hash_pycs_mode, L"always"); in test_init_from_config()
/third_party/python/Doc/c-api/
Dinit_config.rst599 .. c:member:: wchar_t* check_hash_pycs_mode