Explorar o código

PyBuffer_FromMemory should be a static function

Jonas Borgström %!s(int64=11) %!d(string=hai) anos
pai
achega
1e4fd4e18a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      attic/_chunker.c

+ 1 - 1
attic/_chunker.c

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