diff --git a/Objects/abstract.c b/Objects/abstract.c index f7d6f5ac6a61..83c48c21cb04 100644 --- a/Objects/abstract.c +++ b/Objects/abstract.c @@ -216,7 +216,8 @@ PyObject_DelItemString(PyObject *o, char *key) return ret; } -int PyObject_AsCharBuffer(PyObject *obj, +int +PyObject_AsCharBuffer(PyObject *obj, const char **buffer, Py_ssize_t *buffer_len) {