Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dcodeobject.c278 PyObject *names, *ournames = NULL; in code_new() local
313 ournames = validate_and_copy_tuple(names); in code_new()
314 if (ournames == NULL) in code_new()
333 code, consts, ournames, ourvarnames, in code_new()
337 Py_XDECREF(ournames); in code_new()
/external/python/cpython3/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()