Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Ddictobject.c436 #define ENSURE_ALLOWS_DELETIONS(d) \ macro
1612 ENSURE_ALLOWS_DELETIONS(mp); in delitem_common()
1883 ENSURE_ALLOWS_DELETIONS(mp); in _PyDict_Pop_KnownHash()
3096 ENSURE_ALLOWS_DELETIONS(self); in dict_popitem_impl()