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 LambertDW
Recipients LambertDW, georg.brandl
Date 2008-11-19.15:45:41
SpamBayes Score 0.0030271045
Marked as misclassified No
Message-id <1227109543.53.0.246395536329.issue4309@psf.upfronthosting.co.za>
In-reply-to
Content
Changing the string to type byte

'Works'
from ctypes import *
libc = CDLL('libc.so.6')
libc.printf(b'hello')
History
Date User Action Args
2008-11-19 15:45:43LambertDWsetrecipients: + LambertDW, georg.brandl
2008-11-19 15:45:43LambertDWsetmessageid: <1227109543.53.0.246395536329.issue4309@psf.upfronthosting.co.za>
2008-11-19 15:45:42LambertDWlinkissue4309 messages
2008-11-19 15:45:41LambertDWcreate