Lines Matching defs:_abc_registry
38 PyObject *_abc_registry;
48 Py_VISIT(self->_abc_registry);
57 Py_CLEAR(self->_abc_registry);
88 self->_abc_registry = NULL;
223 if (impl->_abc_registry != NULL && PySet_Clear(impl->_abc_registry) < 0) {
286 PySet_New(impl->_abc_registry),
548 if (_add_to_weak_set(&impl->_abc_registry, subclass) < 0) {
815 int ret = _in_weak_set(impl->_abc_registry, subclass);
825 if (impl->_abc_registry == NULL) {
828 Py_ssize_t registry_size = PySet_Size(impl->_abc_registry);
844 while (_PySet_NextEntry(impl->_abc_registry, &pos, &key, &hash)) {