Searched refs:_PyWeakref_GetWeakrefCount (Results 1 – 14 of 14) sorted by relevance
35 return _PyWeakref_GetWeakrefCount(*list); in _weakref_getweakrefcount_impl()95 Py_ssize_t count = _PyWeakref_GetWeakrefCount(*list); in _weakref_getweakrefs()
57 result = PyInt_FromSsize_t(_PyWeakref_GetWeakrefCount(*list)); in weakref_getweakrefcount()77 Py_ssize_t count = _PyWeakref_GetWeakrefCount(*list); in weakref_getweakrefs()
35 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() function930 Py_ssize_t count = _PyWeakref_GetWeakrefCount(current); in PyObject_ClearWeakRefs()
11 _PyWeakref_GetWeakrefCount(PyWeakReference *head) in _PyWeakref_GetWeakrefCount() function963 Py_ssize_t count = _PyWeakref_GetWeakrefCount(current); in PyObject_ClearWeakRefs()
675 "_PyWeakref_GetWeakrefCount"
1318 …<elf-symbol name='_PyWeakref_GetWeakrefCount' type='func-type' binding='global-binding' visibility…11113 …_PyWeakref_GetWeakrefCount' mangled-name='_PyWeakref_GetWeakrefCount' filepath='Objects/weakrefobj…
184 - _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t; it previously
17568 - _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t; it previously