Skip Montanaro <[EMAIL PROTECTED]> added the comment: Looks reasonable, though I'm no ctypes maven. Trivial little nit: In the comment just before the start of CField_FromDesc it says, in part:
* Expects the size, index and offset for the current field in *psize and * *poffset, stores the total size so far in *psize, the offset for the next Note that it identifies three values (size, index, offset) as stored in two locations (*psize and *poffset). Seems like some sort of mismatch to me. ---------- nosy: +skip.montanaro _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3547> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com