On Fri, Jul 19, 2019 at 5:51 AM Christian Gollwitzer <aurio...@gmx.de> wrote:
> Once you can do this, you can proceed to call a Python function, which
> in C means that you invoke the function PyObject_CallObject(). A basic
> example is shown here:
>
> https://docs.python.org/2/extending/embedding.html#pure-embedding
>

Or, better:

https://docs.python.org/3/extending/embedding.html#pure-embedding

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to