Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dodictobject.c488 /* od_fast_nodes, od_fast_nodes_size and od_resize_sentinel are managed
493 void *od_resize_sentinel; /* changes if odict should be resized */ member
580 od->od_resize_sentinel = ((PyDictObject *)od)->ma_keys; in _odict_resize()
594 if (od->od_resize_sentinel != keys || in _odict_get_index()
782 od->od_resize_sentinel = NULL; in _odict_clear_nodes()

Completed in 3 milliseconds