Home
last modified time | relevance | path

Searched refs:ourcellvars (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Objects/
Dcodeobject.c561 PyObject *ourcellvars = NULL; in code_new_impl() local
609 ourcellvars = validate_and_copy_tuple(cellvars); in code_new_impl()
611 ourcellvars = PyTuple_New(0); in code_new_impl()
612 if (ourcellvars == NULL) in code_new_impl()
620 ourcellvars, filename, in code_new_impl()
626 Py_XDECREF(ourcellvars); in code_new_impl()