Searched refs:v_scope (Results 1 – 1 of 1) sorted by relevance
629 PyObject *v = NULL, *v_scope = NULL, *v_new = NULL, *v_free = NULL; in update_symbols() local637 v_scope = PyDict_GetItem(scopes, name); in update_symbols()638 assert(v_scope && PyLong_Check(v_scope)); in update_symbols()639 scope = PyLong_AS_LONG(v_scope); in update_symbols()