March 2003
Intermediate to advanced
656 pages
39h 30m
English
PyString_AS_STRING
char* PyString_AS_STRING(PyObject* x)Returns a pointer to the internal buffer of string
x, very fast, without error checking. You
must not modify the buffer in any way, unless you just allocated it
by calling
PyString_FromStringAndSize(NULL,size
).