1
0
Fork 0
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:
Jonas Borgström 2014-02-09 21:25:05 +01:00
parent 66fe7e5377
commit 1e4fd4e18a

View file

@ -141,7 +141,7 @@ chunker_fill(Chunker *c)
return 1;
}
PyObject *
static PyObject *
PyBuffer_FromMemory(void *data, Py_ssize_t len)
{
Py_buffer buffer;