Searched refs:_PyWeakref_GetWeakrefCount (Results 1 – 6 of 6) sorted by relevance
20 result = PyInt_FromSsize_t(_PyWeakref_GetWeakrefCount(*list)); in weakref_getweakrefcount()40 Py_ssize_t count = _PyWeakref_GetWeakrefCount(*list); in weakref_getweakrefs()
65 PyAPI_FUNC(Py_ssize_t) _PyWeakref_GetWeakrefCount(PyWeakReference *head);
62 PyAPI_FUNC(Py_ssize_t) _PyWeakref_GetWeakrefCount(PyWeakReference *head);
10 _PyWeakref_GetWeakrefCount(PyWeakReference *head) in _PyWeakref_GetWeakrefCount() function926 Py_ssize_t count = _PyWeakref_GetWeakrefCount(current); in PyObject_ClearWeakRefs()
10 _PyWeakref_GetWeakrefCount(PyWeakReference *head) in _PyWeakref_GetWeakrefCount() function915 Py_ssize_t count = _PyWeakref_GetWeakrefCount(current); in PyObject_ClearWeakRefs()