*.c: Publish algorithm and crypto-group tables as `mapping' objects.
[catacomb-python] / bytestring.c
index 95da629..3bf1b25 100644 (file)
@@ -317,7 +317,7 @@ static const PyMappingMethods bytestring_pymapping = {
   0,                                   /* @mp_ass_subscript@ */
 };
 
-static PyTypeObject bytestring_pytype_skel = {
+static const PyTypeObject bytestring_pytype_skel = {
   PyObject_HEAD_INIT(0) 0,             /* Header */
   "ByteString",                                /* @tp_name@ */
   0,                                   /* @tp_basicsize@ */