ResourceWarning in test_write_timeout[trio] with trio >=0.27 #3498
Unanswered
musicinmybrain
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can reproduce this in a virtualenv as follows:
This regression appears to have showed up with
trio
0.27, because it goes away if I dopip install 'trio<0.27'
to gettrio
0.26.2. It is still present if I dopip install --upgrade trio
to gettrio
0.28.0.Beta Was this translation helpful? Give feedback.
All reactions