Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dsvmodule.c514 static PyObject *evenitem, *odditem; in sv_CaptureBurst() local
557 if (odditem == NULL) { in sv_CaptureBurst()
558 if (!(odditem = PyInt_FromLong(1))) in sv_CaptureBurst()
571 Py_INCREF(odditem); in sv_CaptureBurst()
572 sts = PyTuple_SetItem(bitvecobj, i, odditem); in sv_CaptureBurst()