Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dsocketmodule.c6487 PyObject *ni_tuple = Py_BuildValue("IO&", local
6490 if (ni_tuple == NULL || PyList_Append(list, ni_tuple) == -1) {
6491 Py_XDECREF(ni_tuple);
6496 Py_DECREF(ni_tuple);