-
-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.14: test_ki_protection_doesnt_leave_cyclic_garbage fails #3209
Comments
It looks like this may be caused by python/cpython#125603. |
A proposed fix exists in python/cpython#125640, so this may be solved upstream in CPython before 3.14.0 final. |
Well hopefully we don't need to do anything! (maybe we should drop the dependency on |
It's supposed to be |
if that's the only fail I think it's time we add a edit: probably a bunch of the |
… 3.14 Fixes python-trio#3209; works around python/cpython#125603.
How does #3211 look? |
… 3.14 Fixes python-trio#3209; works around python/cpython#125603.
The
sed
command below comments outorjson
fromtest-requirements.txt
since it’s not yet installable on Python 3.14. Otherwise, this can be reproduced by simply running the tests in a Python 3.14.0a4 virtualenv:This was originally reported in Fedora.
The text was updated successfully, but these errors were encountered: