Hi,
Getting the following in the logs application startup with python 3.13.3:
Exception ignored in PyMapping_HasKeyString(); consider using PyMapping_HasKeyStringWithError(), PyMapping_GetOptionalItemString() or PyMapping_GetItemString():
Traceback (most recent call last):
File ".venv/lib/python3.13/site-packages/pylibmc/client.py", line 142, in init
super().init(servers=translate_server_specs(servers),
Looks like it gets ignored/is a warning, but might be an easy fix?
Hi,
Getting the following in the logs application startup with python 3.13.3:
Exception ignored in PyMapping_HasKeyString(); consider using PyMapping_HasKeyStringWithError(), PyMapping_GetOptionalItemString() or PyMapping_GetItemString():
Traceback (most recent call last):
File ".venv/lib/python3.13/site-packages/pylibmc/client.py", line 142, in init
super().init(servers=translate_server_specs(servers),
Looks like it gets ignored/is a warning, but might be an easy fix?