valkey-io / valkey-py

Valkey Python client based on a fork of redis-py
MIT License
21 stars 2 forks source link

pypy-3.8 flaky tests #12

Open aiven-sal opened 1 month ago

aiven-sal commented 1 month ago

Tests run against pypy-3-8 randomly fail because of a segfault in the interpreter

e.g.

https://github.com/valkey-io/valkey-py/actions/runs/9284608789/job/25547347087#step:4:213

We should investigate.