X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fpython-systemd%2F_journal.c;h=2de0d4f91d5f5eb37511e08810c2eaf2a717d4d5;hb=76a80d93b50db2c87719971050b49bebf339f175;hp=ced52b2f5283369fbe366e9a72b89257d5331f52;hpb=37d3ab1b7e114f0fb6dfb2e7273569b42794b76a;p=elogind.git diff --git a/src/python-systemd/_journal.c b/src/python-systemd/_journal.c index ced52b2f5..2de0d4f91 100644 --- a/src/python-systemd/_journal.c +++ b/src/python-systemd/_journal.c @@ -128,7 +128,7 @@ static struct PyModuleDef module = { PyModuleDef_HEAD_INIT, "_journal", /* name of module */ NULL, /* module documentation, may be NULL */ - 0, /* size of per-interpreter state of the module */ + -1, /* size of per-interpreter state of the module */ methods };