Closed bdraco closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
b075f25
) to head (9fd0030
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The downside of this approach is we forced to consume the generator expression into a list, so we end up building partials for code will never run
What do these changes do?
We keep using stdlib
asyncio.staggered.staggered_race
and we keep having issues with itWhile I hate to maintain our own, it seems like we need to do this
Are there changes in behavior for the user?
bugfix
Related issue number
fixes #100 fixes #99 fixes #96
93 - maybe related, unknown
97 - this looks like a deeper problem
https://github.com/aio-libs/aiohttp/issues/8599 - this is what the new implementation from stdlib was intended to solve but it has other regressions