On Wed, May 8, 2013 at 10:54 PM, dieter <die...@handshake.de> wrote:

> jamadagni <samj...@gmail.com> writes:
> > ...
> I cannot help you with "ctypes". But, if you might be able to use
> "cython", then calling callbacks is not too difficult
> (you can find an example in e.g. my "dm.xmlsec.binding").
>
> Note, however, that properly handling the GIL ("Global Interpreter Lock")
> may be of great importance when the Python/C boundary is crossed --
> at least when you intend to use your code in a multi thread environment.
>

Cython is good.

So is the new cffi, which might be thought of as a safer (API-level)
version of ctypes (which is ABI-level).
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to