Searched refs:ourfreevars (Results 1 – 1 of 1) sorted by relevance
560 PyObject *ourfreevars = NULL; in code_new_impl() local603 ourfreevars = validate_and_copy_tuple(freevars); in code_new_impl()605 ourfreevars = PyTuple_New(0); in code_new_impl()606 if (ourfreevars == NULL) in code_new_impl()619 ourvarnames, ourfreevars, in code_new_impl()625 Py_XDECREF(ourfreevars); in code_new_impl()