The struct member isn't const, resulting in a warning.
Notification_new /* tp_new */
};
-static const char Signed_doc[] = "This is a long by another name. Use it in meta data dicts\n"
+static char Signed_doc[] = "This is a long by another name. Use it in meta data dicts\n"
"to choose the way it is stored in the meta data.";
PyTypeObject SignedType = {
Signed_doc /* tp_doc */
};
-static const char Unsigned_doc[] = "This is a long by another name. Use it in meta data dicts\n"
+static char Unsigned_doc[] = "This is a long by another name. Use it in meta data dicts\n"
"to choose the way it is stored in the meta data.";
PyTypeObject UnsignedType = {