pallets-eco/flask-caching

Question: flask-caching inside tox: OverflowError

niccokunzmann opened this issue · 1 comments

As part of the tests, I test that my use of flask-caching works - I do not isolate the unit.

Error exists: Flask-Caching == 1.11.1
No Error exists: Flask-Caching == 1.10.1

For some reason, I get this error:

pickle_time = pickle.load(f)
E               OverflowError: FRAME length exceeds system's maximum of 2147483647 bytes
                                       .tox/py39/lib/python3.9/site-packages/flask_caching/backends/filesystemcache.py:120: OverflowError

I am stuck a little. I have set TEMPDIR. I wonder how to resolve this and just wanted to let you know.

Referrences: niccokunzmann/open-web-calendar#113

It seems to be resolved in v2.0.0