Lines Matching refs:_abc_negative_cache
40 PyObject *_abc_negative_cache; /* Normal set of weak references. */
50 Py_VISIT(self->_abc_negative_cache);
59 Py_CLEAR(self->_abc_negative_cache);
90 self->_abc_negative_cache = NULL;
255 if (impl->_abc_negative_cache != NULL &&
256 PySet_Clear(impl->_abc_negative_cache) < 0) {
288 PySet_New(impl->_abc_negative_cache),
608 incache = _in_weak_set(impl->_abc_negative_cache, subclass);
701 if (impl->_abc_negative_cache != NULL &&
702 PySet_Clear(impl->_abc_negative_cache) < 0)
709 incache = _in_weak_set(impl->_abc_negative_cache, subclass);
735 if (_add_to_weak_set(&impl->_abc_negative_cache, subclass) < 0) {
797 if (_add_to_weak_set(&impl->_abc_negative_cache, subclass) < 0) {