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 f254359..374b3ac 100644 --- a/Modules/arraymodule.c +++ b/Modules/arraymodule.c @@ -1543,7 +1543,7 @@ statichere PyTypeObject Arraytype = { 0, /* tp_getattro */ 0, /* tp_setattro */ &array_as_buffer, /* tp_as _buffer*/ - 0, /* tp_flags */ + Py_TPFLAGS_DEFAULT, /* tp_flags */ arraytype_doc, /* tp_doc */ 0, /* tp_traverse */ 0, /* tp_clear */ |