I have uwsgi==2.0.20 and python[CPython 3.10.4]. And I can't execute the following code:
uwsgi.cache_get(key, 'mycache')
Error:
PY_SSIZE_T_CLEAN macro must be defined for '#' formats.
Is there any way to fix this for myself by setting PY_SSIZE_T_CLEAN to a Dockerfile or something? Because in the latest version of uwsgi it is not fixed yet, as I understand it.