Searched refs:use_hash_seed (Results 1 – 7 of 7) sorted by relevance
583 config->use_hash_seed = -1; in _PyConfig_InitCompatConfig()657 config->use_hash_seed = 0; in PyConfig_InitIsolatedConfig()765 COPY_ATTR(use_hash_seed); in _PyConfig_Copy()869 SET_ITEM_INT(use_hash_seed); in config_as_dict()1058 Py_HashRandomizationFlag = (config->use_hash_seed == 0 || in config_set_global_vars()1213 config->use_hash_seed = 1; in config_init_hash_seed()1218 config->use_hash_seed = 0; in config_init_hash_seed()1293 if (config->use_hash_seed < 0) { in config_read_env_vars()1705 if (config->use_hash_seed < 0) { in config_read()1706 config->use_hash_seed = 0; in config_read()[all …]
561 if (config->use_hash_seed) { in _Py_HashRandomization_Init()
2446 SetFlag(config->use_hash_seed == 0 || config->hash_seed != 0); in make_flags()
139 int use_hash_seed; /* PYTHONHASHSEED=x */ member
494 config.use_hash_seed = 1; in test_init_from_config()
498 .. c:member:: int use_hash_seed502 If :c:member:`~PyConfig.use_hash_seed` is zero, a seed is chosen randomly
428 use_hash_seed=0,