Files
cpython/Modules/_sqlite
Guido van Rossum fa9a121952 "Fix" a few places that were using PyObject_AsCharBuffer() to convert a string
(PyUnicode these days) to a char* + length.  The fix consists of calling
PyUnicode_AsString() and strlen().  This is not ideal, but AsCharBuffer()
is definitely not the API to use.
2007-08-29 03:34:29 +00:00
..
2007-08-11 15:39:18 +00:00
2007-08-10 18:15:11 +00:00