Test failures with PyPy3.11 7.3.20 #764
Unanswered
mgorny
asked this question in
Issue report
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
When running the test suite, I'm seeing a few test failures that look like synchronization problems. My educated guess is that the code is relying on GC proactively removing/closing stuff, while PyPy's GC is far more conservative. Here's the output:
Environment
Gentoo Linux amd64
PyPy3.11 7.3.20
mariadbd Ver 11.8.2-MariaDB-log for Linux on x86_64 (Source distribution)
How did you install libmysqlclient libraries?
git repo
What version of mysqlclient do you use?
e54e861
Docker command to start MySQL server
Minimum but complete code to reproduce
No response
Schema and initial data required to reproduce.
No response
Commands, and any other step required to reproduce your issue.
Beta Was this translation helpful? Give feedback.
All reactions