In message <[email protected]>, John Nagle wrote:
> The approach to arrays in C is just broken, for historical reasons.
Nevertheless, it it at least self-consistent. To return to my original
macro:
#define Descr(v) &v, sizeof v
As written, this works whatever the type of v: array, struct, whatever.
> So parameter passing in C is very dumb.
Nothing to do with the above issue.
--
http://mail.python.org/mailman/listinfo/python-list
