This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients effbot, mgiuca, skip.montanaro, theller, tim.maxwell
Date 2008-09-24.17:36:13
SpamBayes Score 5.8347916e-05
Marked as misclassified No
Message-id <1222277775.01.0.919360028984.issue3547@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-09-24 17:36:15skip.montanarosetrecipients: + skip.montanaro, effbot, theller, mgiuca, tim.maxwell
2008-09-24 17:36:15skip.montanarosetmessageid: <1222277775.01.0.919360028984.issue3547@psf.upfronthosting.co.za>
2008-09-24 17:36:14skip.montanarolinkissue3547 messages
2008-09-24 17:36:13skip.montanarocreate