Extention String returning

Tuvas tuvas21 at gmail.com
Mon Oct 24 14:28:23 EDT 2005


I have been writing a program that is designed to return an 8 byte
string from C to Python. Occasionally one or more of these bytes will
be null, but the size of it will always be known. How can I write an
extention module that will return the correct bytes, and not just until
the null? I would think there would be a fairly  easy way to do this,
but, well... Thanks!




More information about the Python-list mailing list