pyke/pyke.[ch]: Make type skeleton structures be read-only.
[catacomb-python] / passphrase.c
index d7baf74..25d448b 100644 (file)
@@ -127,7 +127,7 @@ static const PyMethodDef pixie_pymethods[] = {
   { 0 }
 };
 
-static PyTypeObject pixie_pytype_skel = {
+static const PyTypeObject pixie_pytype_skel = {
   PyObject_HEAD_INIT(0) 0,             /* Header */
   "Pixie",                             /* @tp_name@ */
   sizeof(pixie_pyobj),                 /* @tp_basicsize@ */