Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dthreadmodule.c277 static PyObject *_localdummy_destroyed(PyObject *meth_self, PyObject *dummyweakref);
566 _localdummy_destroyed(PyObject *localweakref, PyObject *dummyweakref) in _localdummy_destroyed() argument
581 ldict = PyDict_GetItem(self->dummies, dummyweakref); in _localdummy_destroyed()
583 PyDict_DelItem(self->dummies, dummyweakref); in _localdummy_destroyed()