Skip to content

Python 3.13 and TypeError: 'NoneType' object is not subscriptable on client startup #297

Description

@ddimmich

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions