Home
last modified time | relevance | path

Searched refs:localweakref (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dthreadmodule.c572 _localdummy_destroyed(PyObject *localweakref, PyObject *dummyweakref) in _localdummy_destroyed() argument
576 assert(PyWeakref_CheckRef(localweakref)); in _localdummy_destroyed()
577 obj = PyWeakref_GET_OBJECT(localweakref); in _localdummy_destroyed()
/external/python/cpython3/Modules/
D_threadmodule.c946 _localdummy_destroyed(PyObject *localweakref, PyObject *dummyweakref) in _localdummy_destroyed() argument
950 assert(PyWeakref_CheckRef(localweakref)); in _localdummy_destroyed()
951 obj = PyWeakref_GET_OBJECT(localweakref); in _localdummy_destroyed()