mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 16:26:29 +00:00
PyBuffer_FromMemory should be a static function
This commit is contained in:
parent
66fe7e5377
commit
1e4fd4e18a
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ chunker_fill(Chunker *c)
|
|||
return 1;
|
||||
}
|
||||
|
||||
PyObject *
|
||||
static PyObject *
|
||||
PyBuffer_FromMemory(void *data, Py_ssize_t len)
|
||||
{
|
||||
Py_buffer buffer;
|
||||
|
|
Loading…
Reference in a new issue