Pavel Studeník
Pavel Studeník
My code is written in Python 3.7. And I use for check coala by docker image: `docker run -ti --rm -v '${CURDIR}:/app:Z' -w /app coala/base coala -an`
I have started to receive this error when I upgrade the package gevent from 23.9.1 to 24.2.1 (Python image 3.11.8) ``` 2024-02-15T17:21:44Z failed with AssertionError AssertionError: (None, ) File "src/gevent/_abstract_linkable.py",...
I found similar old issue https://github.com/gevent/gevent/issues/1895#issuecomment-1946675676