mirror of
https://github.com/python/cpython.git
synced 2026-05-18 18:33:57 -04:00
Fix coding style guide bug.
This commit is contained in:
+2
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user