PyStructSequence_SET_ITEM

Macro, *only* to be used to fill in brand new objects

  1. alias PyStructSequence_SET_ITEM = PyTuple_SET_ITEM
  2. PyObject* PyStructSequence_SET_ITEM(PyObject* op, int i, PyObject* v)
    version(!Python_3_2_Or_Later)
    PyStructSequence_SET_ITEM
    ()

Meta