Searched refs:ourcellvars (Results 1 – 1 of 1) sorted by relevance
561 PyObject *ourcellvars = NULL; in code_new_impl() local609 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()