Home
last modified time | relevance | path

Searched defs:newtuple (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_testcapi/
Dtuple.c28 PyObject *newtuple = PyTuple_New(size); in tuple_copy() local
41 PyObject *obj, *value, *newtuple; in tuple_set_item() local
/external/python/cpython3/Modules/_testlimitedcapi/
Dtuple.c79 PyObject *obj, *value, *newtuple = NULL; in tuple_setitem() local
/external/python/cpython3/Objects/
Dcodeobject.c270 PyObject *newtuple; in validate_and_copy_tuple() local