Searched refs:evenitem (Results 1 – 1 of 1) sorted by relevance
514 static PyObject *evenitem, *odditem; in sv_CaptureBurst() local553 if (evenitem == NULL) { in sv_CaptureBurst()554 if (!(evenitem = PyInt_FromLong(0))) in sv_CaptureBurst()568 Py_INCREF(evenitem); in sv_CaptureBurst()569 sts = PyTuple_SetItem(bitvecobj, i, evenitem); in sv_CaptureBurst()