> 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 _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
