[pythran] Re: What can pythran functions call?

  • From: Neal Becker <ndbecker2@xxxxxxxxx>
  • To: pythran@xxxxxxxxxxxxx
  • Date: Thu, 28 Feb 2019 15:18:51 -0500

Saw that.  This allows a C function that has been wrapped as a capsule to
be passed as an argument to a pythran function and then be called by the
pythran function.  I was interested in a pythran function directly calling
some C code.

On Thu, Feb 28, 2019 at 2:59 PM Serge Guelton <
serge.guelton@xxxxxxxxxxxxxxxxxxx> wrote:

On Wed, Feb 27, 2019 at 06:46:00AM -0500, Neal Becker wrote:
2. Are there any examples I can look at for pythran calling C/C++
functions?


https://github.com/serge-sans-paille/pythran/blob/master/docs/examples/Third%20Party%20Libraries.ipynb


Other related posts: