Home
last modified time | relevance | path

Searched refs:newtuple (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dcodeobject.c116 PyObject *newtuple; in validate_and_copy_tuple() local
121 newtuple = PyTuple_New(len); in validate_and_copy_tuple()
122 if (newtuple == NULL) in validate_and_copy_tuple()
136 Py_DECREF(newtuple); in validate_and_copy_tuple()
142 Py_DECREF(newtuple); in validate_and_copy_tuple()
146 PyTuple_SET_ITEM(newtuple, i, item); in validate_and_copy_tuple()
149 return newtuple; in validate_and_copy_tuple()

Completed in 3 milliseconds