Message75927
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." |
|
Date |
User |
Action |
Args |
2008-11-16 04:47:35 | LambertDW | set | recipients:
+ LambertDW, georg.brandl |
2008-11-16 04:47:34 | LambertDW | set | messageid: <1226810854.74.0.484187659796.issue4309@psf.upfronthosting.co.za> |
2008-11-16 04:47:33 | LambertDW | link | issue4309 messages |
2008-11-16 04:47:32 | LambertDW | create | |
|