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 theller
Recipients theller
Date 2008-01-11.19:17:06
SpamBayes Score 0.027001876
Marked as misclassified No
Message-id <1200079028.65.0.512467714236.issue1796@psf.upfronthosting.co.za>
In-reply-to
Content
Another ctypes patch for discussion, if someone cares.

This patch allows to pass a tuple of the correct size, a ctypes pointer
to the correct itemtype, or None to foreign functions that expect ctypes
array instances.  'None' is passed as a NULL pointer.

Currently, only array instances are accepted.
History
Date User Action Args
2008-01-11 19:17:08thellersetspambayes_score: 0.0270019 -> 0.027001876
recipients: + theller
2008-01-11 19:17:08thellersetspambayes_score: 0.0270019 -> 0.0270019
messageid: <1200079028.65.0.512467714236.issue1796@psf.upfronthosting.co.za>
2008-01-11 19:17:06thellerlinkissue1796 messages
2008-01-11 19:17:06thellercreate