shindich at my-deja.com wrote: > With all due respect, what would be wrong with a definition like > std::map<PyObject*, PyObject*>? Obviously there is no type safety here. > But Python is not type safe. This seems correct. It would give me a "sorted associative container", a dictionary I could loop through. Ed Jones