Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PyPy 3.8 has a flaky bug in the garbage collector that is not going to be fixed there since that version is EoL, but newer version have it addressed. Here's the problem we're seeing in the CI ```TypeError: expected some sort of stmt, but got <_ast.Load object ...> ``` Here's the Link to the explanation Resolves pytest-dev#11771
- Loading branch information