Home
last modified time | relevance | path

Searched defs:oldvalue (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Objects/
Dframeobject.c1253 PyObject *oldvalue = fast[i]; in _PyFrame_LocalsToFast() local
Ddictobject.c2280 PyObject *oldvalue; in _PyDict_FromKeys() local
4309 PyObject *oldvalue = PyTuple_GET_ITEM(result, 1); in dictiter_iternextitem() local
4443 PyObject *oldvalue = PyTuple_GET_ITEM(result, 1); in dictreviter_iternext() local
/third_party/python/Python/
Derrors.c35 PyObject *oldtype, *oldvalue, *oldtraceback; in _PyErr_Restore() local
/third_party/python/Modules/
Ditertoolsmodule.c261 PyObject *newvalue, *newkey, *oldvalue; in groupby_step() local