Lines Matching defs:update
3418 PyObject *update = POP();
3420 if (PyDict_Update(dict, update) < 0) {
3424 Py_TYPE(update)->tp_name);
3426 Py_DECREF(update);
3429 Py_DECREF(update);
3434 PyObject *update = POP();
3437 if (_PyDict_MergeEx(dict, update, 2) < 0) {
3438 format_kwargs_error(tstate, PEEK(2 + oparg), update);
3439 Py_DECREF(update);
3442 Py_DECREF(update);
3916 /* Total or partial match - update the stack from
6911 represents a jump backwards, update the frame's line number and