Comment 3 for bug 312462

Revision history for this message
Carl Karsten (carlfk) wrote :

http://svn.python.org/view/python/trunk/Python/getargs.c?rev=67905&view=markup

   if ((Py_ssize_t)strlen(*p) != PyString_Size(arg))
    return converterr("string without null bytes",
        arg, msgbuf, bufsize);

probably the code that is catching the null.