Python wrapper for C++ STL?

Edward C. Jones edcjones at erols.com
Fri Dec 8 22:00:44 EST 2000


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





More information about the Python-list mailing list