Searched refs:_PyWeakref_GetWeakrefCount (Results 1 – 4 of 4) sorted by relevance
35 return _PyWeakref_GetWeakrefCount(*list); in _weakref_getweakrefcount_impl()90 Py_ssize_t count = _PyWeakref_GetWeakrefCount(*list); in weakref_getweakrefs()
65 PyAPI_FUNC(Py_ssize_t) _PyWeakref_GetWeakrefCount(PyWeakReference *head);
11 _PyWeakref_GetWeakrefCount(PyWeakReference *head) in _PyWeakref_GetWeakrefCount() function987 Py_ssize_t count = _PyWeakref_GetWeakrefCount(current); in PyObject_ClearWeakRefs()
17568 - _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t; it previously