diff options
Diffstat (limited to 'Modules/arraymodule.c')
-rw-r--r-- | Modules/arraymodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/arraymodule.c b/Modules/arraymodule.c index 87c51cc9ca..8a79027d6a 100644 --- a/Modules/arraymodule.c +++ b/Modules/arraymodule.c @@ -1858,7 +1858,7 @@ typecode -- the typecode character used to create the array\n\ itemsize -- the length in bytes of one array item\n\ "); -statichere PyTypeObject Arraytype = { +static PyTypeObject Arraytype = { PyObject_HEAD_INIT(NULL) 0, "array.array", |