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 vstinner
Recipients georg.brandl, theller, vstinner
Date 2009-08-14.23:07:08
SpamBayes Score 1.5771191e-06
Marked as misclassified No
Message-id <1250291231.27.0.618493938959.issue6239@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that the C type 'char' is a byte, not a character. So Python3
should creates a Python bytes object for the ctypes "c_char_p" type.
Since Python 3.1 is out, is it too late to change it in the 3.x branch?
:-) Maybe for Python 3.2?
History
Date User Action Args
2009-08-14 23:07:11vstinnersetrecipients: + vstinner, theller, georg.brandl
2009-08-14 23:07:11vstinnersetmessageid: <1250291231.27.0.618493938959.issue6239@psf.upfronthosting.co.za>
2009-08-14 23:07:09vstinnerlinkissue6239 messages
2009-08-14 23:07:09vstinnercreate