Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dcodeobject.c558 PyObject *ournames = NULL; in code_new_impl() local
596 ournames = validate_and_copy_tuple(names); in code_new_impl()
597 if (ournames == NULL) in code_new_impl()
618 code, consts, ournames, in code_new_impl()
623 Py_XDECREF(ournames); in code_new_impl()