PyListObject.ob_item

Vector of pointers to list elements. list[0] is ob_item[0], etc.

struct PyListObject
PyObject** ob_item;

Meta