[cffi-devel] deftype bug report

Attila Lendvai attila.lendvai at gmail.com
Wed Jun 6 14:48:39 UTC 2007


hi!

consider this:

CFFI> (defstruct foo
        ())

CFFI> (defctype* foo foo)

CFFI> (defcfun func foo)

it puts cffi in an endless recursion. if it's possible, there should
be some kind of error checking at the type definition that avoids
this.

-- 
 attila



More information about the cffi-devel mailing list