Passing a packed C structure to a c module

"Martin v. Löwis" martin at v.loewis.de
Fri Apr 14 13:16:34 EDT 2006


Philippe Martin wrote:
> It's a pretty big structure: painfull to pass each item as a param.

So how else would you like to pass them? Define the API you want,
and then just implement it. It still shouldn't require to define
the layout in Python.

Regards,
Martin



More information about the Python-list mailing list