Home
last modified time | relevance | path

Searched refs:pydict_global_version (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt236 pydict_global_version
/external/python/cpython3/Objects/
Ddictobject.c243 static uint64_t pydict_global_version = 0; variable
245 #define DICT_NEXT_VERSION() (++pydict_global_version)