mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Fix coding style guide bug.
This commit is contained in:
parent
12ca69bc0e
commit
ea229bd1ed
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue