Lines Matching refs:_abc_cache
39 PyObject *_abc_cache; /* Normal set of weak references. */
49 Py_VISIT(self->_abc_cache);
58 Py_CLEAR(self->_abc_cache);
89 self->_abc_cache = NULL;
250 if (impl->_abc_cache != NULL && PySet_Clear(impl->_abc_cache) < 0) {
287 PySet_New(impl->_abc_cache),
596 int incache = _in_weak_set(impl->_abc_cache, subclass);
688 incache = _in_weak_set(impl->_abc_cache, subclass);
727 if (_add_to_weak_set(&impl->_abc_cache, subclass) < 0) {
756 if (_add_to_weak_set(&impl->_abc_cache, subclass) < 0) {
785 if (_add_to_weak_set(&impl->_abc_cache, subclass) < 0) {
868 if (_add_to_weak_set(&impl->_abc_cache, subclass) < 0) {