Oops, remove an abort() I put in for debugging.

This commit is contained in:
Guido van Rossum 2007-08-29 14:05:23 +00:00
parent 04c70ad971
commit b3cf6fd58e
1 changed files with 0 additions and 1 deletions

View File

@ -8107,7 +8107,6 @@ unicode_buffer_getbuffer(PyUnicodeObject *self, PyBuffer *view, int flags)
if (flags & PyBUF_CHARACTER) {
PyErr_SetString(PyExc_SystemError, "can't use str as char buffer");
abort();
return -1;
}
return PyBuffer_FillInfo(view, (void *)self->str,