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-16.04:47:32
SpamBayes Score 0.0030396588
Marked as misclassified No
Message-id <1226810854.74.0.484187659796.issue4309@psf.upfronthosting.co.za>
In-reply-to
Content
Conversely, if the documentation is correct then my ctypes is flawed.

"None, integers, byte strings and unicode strings are the only native 
Python objects that can directly be used as parameters in these function 
calls. None is passed as a C NULL pointer, byte strings and unicode 
strings are passed as pointer to the memory block that contains their 
data (char * or wchar_t *). Python integers are passed as the platforms 
default C int type, their value is masked to fit into the C type."
History
Date User Action Args
2008-11-16 04:47:35LambertDWsetrecipients: + LambertDW, georg.brandl
2008-11-16 04:47:34LambertDWsetmessageid: <1226810854.74.0.484187659796.issue4309@psf.upfronthosting.co.za>
2008-11-16 04:47:33LambertDWlinkissue4309 messages
2008-11-16 04:47:32LambertDWcreate