Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_threadmodule.c717 static PyObject *_localdummy_destroyed(PyObject *meth_self, PyObject *dummyweakref);
1032 _localdummy_destroyed(PyObject *localweakref, PyObject *dummyweakref) in _localdummy_destroyed() argument
1045 ldict = PyDict_GetItemWithError(self->dummies, dummyweakref); in _localdummy_destroyed()
1047 PyDict_DelItem(self->dummies, dummyweakref); in _localdummy_destroyed()