Searched refs:_abc_negative_cache (Results 1 – 7 of 7) sorted by relevance
50 cls._abc_negative_cache = WeakSet()90 cls._abc_negative_cache.clear()102 subclass in cls._abc_negative_cache):118 cls._abc_negative_cache = WeakSet()120 elif subclass in cls._abc_negative_cache:129 cls._abc_negative_cache.add(subclass)146 cls._abc_negative_cache.add(subclass)
149 (_abc_registry, _abc_cache, _abc_negative_cache,
101 cls._abc_negative_cache = WeakSet()141 subtype in cls._abc_negative_cache):156 cls._abc_negative_cache = WeakSet()158 elif subclass in cls._abc_negative_cache:167 cls._abc_negative_cache.add(subclass)184 cls._abc_negative_cache.add(subclass)
37 PyObject *_abc_negative_cache; /* Normal set of weak references. */ member46 Py_XDECREF(self->_abc_negative_cache); in abc_data_dealloc()60 self->_abc_negative_cache = NULL; in abc_data_new()218 if (impl->_abc_negative_cache != NULL && in _abc__reset_caches()219 PySet_Clear(impl->_abc_negative_cache) < 0) { in _abc__reset_caches()251 PySet_New(impl->_abc_negative_cache), in _abc__get_dump()506 incache = _in_weak_set(impl->_abc_negative_cache, subclass); in _abc__abc_instancecheck_impl()597 if (impl->_abc_negative_cache != NULL && in _abc__abc_subclasscheck_impl()598 PySet_Clear(impl->_abc_negative_cache) < 0) in _abc__abc_subclasscheck_impl()605 incache = _in_weak_set(impl->_abc_negative_cache, subclass); in _abc__abc_subclasscheck_impl()[all …]
14 cls._abc_negative_cache, cls._abc_negative_cache_version)
207 ``_abc_cache``, and ``_abc_negative_cache``. There are three debugging
1534 abc._abc_negative_cache.clear()