Home
last modified time | relevance | path

Searched refs:Py_HashRandomizationFlag (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dpydebug.h21 PyAPI_DATA(int) Py_HashRandomizationFlag;
/third_party/python/Python/
Dinitconfig.c204 int Py_HashRandomizationFlag = 0; /* for -R and PYTHONHASHSEED */ variable
263 SET_ITEM_INT(Py_HashRandomizationFlag); in _Py_GetGlobalVariablesAsDict()
1532 Py_HashRandomizationFlag = (config->use_hash_seed == 0 || in config_set_global_vars()
/third_party/python/Doc/c-api/
Dinit.rst115 .. c:var:: int Py_HashRandomizationFlag