ctypes and setjmp

Richard Jones richardjones at optushome.com.au
Thu Oct 5 19:30:30 EDT 2006


Currently ctypes can't play well with any C code that requires use of setjmp
as part of its API.

libpng is one of those libraries.

Can anyone think of a reasonable solution to this? Perhaps ctypes might be
patched to offer setjmp support in foreign function definitions?


    Richard




More information about the Python-list mailing list