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 coderforlife
Recipients amaury.forgeotdarc, belopolsky, coderforlife, ezio.melotti, loewis, meador.inge
Date 2013-01-04.21:51:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357336289.34.0.377165889514.issue16865@psf.upfronthosting.co.za>
In-reply-to
Content
I have no idea where I would start and don't have much time...

I am not so sure it is a new features. It seems that the ctypes system is internally using unsigned integers for length but should be using size_t (or at least ssize_t). Seems like a bug.
History
Date User Action Args
2013-01-04 21:51:29coderforlifesetrecipients: + coderforlife, loewis, amaury.forgeotdarc, belopolsky, ezio.melotti, meador.inge
2013-01-04 21:51:29coderforlifesetmessageid: <1357336289.34.0.377165889514.issue16865@psf.upfronthosting.co.za>
2013-01-04 21:51:29coderforlifelinkissue16865 messages
2013-01-04 21:51:29coderforlifecreate