provide get_py and get_py_ptr
authorDiane Trout <diane@caltech.edu>
Thu, 7 Dec 2006 23:49:39 +0000 (23:49 +0000)
committerDiane Trout <diane@caltech.edu>
Thu, 7 Dec 2006 23:49:39 +0000 (23:49 +0000)
I didn't like (*get_py)['name' as a way of getting a python namespace
object. So I changed get_py back to returning a reference by introducing
a new function get_py_ptr which creates the python singleton and returns
a pointer to it.


No differences found