from systemd import journal
j = journal.Reader()
j.add_match(_SYSTEMD_UNIT="httpd.service")
Error:
Traceback (most recent call last):
File "/home/dobby/project/server/./server.py", line 14, in <module>
j.add_match(_SYSTEMD_UNIT="httpd.service")
File "/home/dobby/.local/share/virtualenvs/server-dx5eltbR/lib64/python3.11/site-packages/systemd/journal.py", line 244, in add_match
super(Reader, self).add_match(arg)
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats
Minimal repro:
Error:
See python/cpython#85115 for more info.