Ok people,
I do:
for (Py_ssize_t i = 0; i< PyList_Size(py_list); ++i) {
PuObject* obj = PyList_GetItem(py_list, i);
if (obj != NULL) {
// howto get obj properties of different types
(map, list, string, int, bool) ?
}
}
Very clear code. The question is in the comment :)
Let's play more,
it's like jazz,
let's explore,
Baby baby baby bass
Keep yourselves,
Arthur
--
http://mail.python.org/mailman/listinfo/python-list
