Lines Matching defs:new
116 PyObject *new, *result;
128 new = (*Py_TYPE(it)->tp_iternext)(it);
129 if (new == NULL) {
135 result = PyTuple_Pack(2, old, new);
136 Py_SETREF(po->old, new);
325 /* reduce as a 'new' call with an optional 'setstate' if groupby
570 allocating/deallocating new links. The smaller the number, the less
1174 /* Create a new cycle with the iterator tuple, then set the saved state */
1203 // The second item can be 1/0 in old pickles and True/False in new pickles
1747 /* When unpickled, generate a new object with the same bounds,
2078 * we should grab a new one from lz->source. */
2739 /* Update the result tuple for the new indices
4465 /* unpickle this so that a new repeat iterator is constructed with an
4712 /* Create a new tuple with empty sequences where appropriate to pickle.