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