Kaydet (Commit) b3cf6fd5 authored tarafından Guido van Rossum's avatar Guido van Rossum

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

üst 04c70ad9
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment