Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dcodeobject.c560 PyObject *ourfreevars = NULL; in code_new_impl() local
603 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()