Hey, I have a dict of the main namespace in boost::python. Now I want to delete an object from the dict to unload/delete that object
dict namespace = .. extract dict from __main__ module ...; namespace["test"] = object(555); namespace.remove("test"); // <- how can I do something like this with boost python? // Simon
_______________________________________________ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig