HomeSort by relevance Sort by last modified time
    Searched full:v_free (Results 1 - 1 of 1) sorted by null

  /external/python/cpython3/Python/
symtable.c 603 PyObject *v = NULL, *v_scope = NULL, *v_new = NULL, *v_free = NULL; local
626 v_free = PyLong_FromLong(FREE << SCOPE_OFFSET);
627 if (!v_free)
666 if (PyDict_SetItem(symbols, name, v_free) < 0) {
672 Py_DECREF(v_free);
675 Py_XDECREF(v_free);
    [all...]

Completed in 95 milliseconds