From the c-api, I would like to call a python function by name. I would then be calling the function with a list of python objects as arguments.
It is not clear to me in the Python documentation how I would get a "Callable" object from the main python interpreter.
Any help appreciated in:
- Getting the address from the function
- Calling the function with my PythonObject's as arguments.
I'm using Python 2.x series for my development.