Dag Sverre Seljebotn, 28.03.2012 05:05: > - Very often one is not interested in the full header file. One really > wants "the API", not a translation of the C header. This probably requires > a) some heuristics, and b) the possibility for, as easily as possible, > write some selectors/configuration for what should be included and not. > Making that end-user-friendly is perhaps a challenge, I'm not sure.
It's usually not a problem when there's too much declared in a .pxd, but users may want to leave specific things out. So I think a simple blacklist configuration file would work just fine. Stefan _______________________________________________ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel