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 georg.brandl, theller, vstinner
Date 2009-08-15.09:55:59
SpamBayes Score 2.868093e-09
Marked as misclassified No
Message-id <4A86862A.1000206@ctypes.org>
In-reply-to <1250291231.27.0.618493938959.issue6239@psf.upfronthosting.co.za>
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?

I think the current behaviour is clearly a bug, so I would apply
this patch to Python 3.1 as well.  Any comments?  Who will decide that?
History
Date User Action Args
2009-08-15 09:56:02thellersetrecipients: + theller, georg.brandl, vstinner
2009-08-15 09:56:00thellerlinkissue6239 messages
2009-08-15 09:55:59thellercreate