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 pitrou
Recipients Geoff.Clements, meador.inge, pitrou
Date 2014-11-01.19:28:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414870109.29.0.0724075789187.issue22781@psf.upfronthosting.co.za>
In-reply-to
Content
This doesn't directly address your issue, but ctypeslib doesn't seem to have received any changes since 2009 (*), and has never had an official release. For a non-trivial binding, you might be better served using something providing type safety, such as Cython.

(*) (which makes it possible that ctypeslib produces bindings not compatible with Python 3, by the way)
History
Date User Action Args
2014-11-01 19:28:29pitrousetrecipients: + pitrou, meador.inge, Geoff.Clements
2014-11-01 19:28:29pitrousetmessageid: <1414870109.29.0.0724075789187.issue22781@psf.upfronthosting.co.za>
2014-11-01 19:28:29pitroulinkissue22781 messages
2014-11-01 19:28:29pitroucreate