You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The happy eyeballs implementation in asyncio is potentially affected by #86296 , i.e. where asyncio.wait_for may swallow cancellation.
I have added some tests for this particular problem, and some more tests for other aspects of happy eyeballs, because I didn't write any when first contributing the implementation. My bad.
The current PR only contains the tests. I'll do the actual fix later.
Bug report
The happy eyeballs implementation in asyncio is potentially affected by #86296 , i.e. where
asyncio.wait_for
may swallow cancellation.I have added some tests for this particular problem, and some more tests for other aspects of happy eyeballs, because I didn't write any when first contributing the implementation. My bad.
The current PR only contains the tests. I'll do the actual fix later.
Linked PRs
The text was updated successfully, but these errors were encountered: