Home
last modified time | relevance | path

Searched refs:_pydict_global_version (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_dict.h153 extern uint64_t _pydict_global_version;
155 #define DICT_NEXT_VERSION() (++_pydict_global_version)
/third_party/python/Objects/
H A Ddictobject.c242 uint64_t _pydict_global_version = 0; variable

Completed in 8 milliseconds