[pypy-dev] make _ssl module compile
Lawrence Oluyede
l.oluyede at gmail.com
Fri Aug 11 14:15:51 CEST 2006
> The next problem with "compilemodule.py _ssl" is that some structs have
> no _fields_ declaration (they are opaque). I guess that we could
> consider this case as equivalent to "_fields_ = []", for structs that
> are already declared in C headers anyway. GenC doesn't try to produce a
> new declaration for these structures.
I think that could be fixed by the code generator that generates that
fields. I should talk to Thomas Heller to know what he can do about
that. Meanwhile I can fix that manually and see what comes next.
--
Lawrence
http://www.oluyede.org/blog
More information about the pypy-dev
mailing list