Searched refs:ourvarnames (Results 1 – 2 of 2) sorted by relevance
279 PyObject *varnames, *ourvarnames = NULL; in code_new() local316 ourvarnames = validate_and_copy_tuple(varnames); in code_new()317 if (ourvarnames == NULL) in code_new()333 code, consts, ournames, ourvarnames, in code_new()338 Py_XDECREF(ourvarnames); in code_new()
457 PyObject *varnames, *ourvarnames = NULL; in code_new() local514 ourvarnames = validate_and_copy_tuple(varnames); in code_new()515 if (ourvarnames == NULL) in code_new()534 ourvarnames, ourfreevars, in code_new()539 Py_XDECREF(ourvarnames); in code_new()