Home
last modified time | relevance | path

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

/third_party/python/Objects/
Ddictobject.c462 #define ENSURE_ALLOWS_DELETIONS(d) \ macro
1662 ENSURE_ALLOWS_DELETIONS(mp); in delitem_common()
1933 ENSURE_ALLOWS_DELETIONS(mp); in _PyDict_Pop_KnownHash()
3203 ENSURE_ALLOWS_DELETIONS(self); in dict_popitem_impl()