aio-libs / aiohappyeyeballs

Happy Eyeballs for pre-resolved hosts
Other
11 stars 9 forks source link

fix: copy staggered from standard lib for python 3.12+ #95

Closed bdraco closed 1 month ago

bdraco commented 1 month ago

asyncio.staggered is not meant to be a public API per https://github.com/python/cpython/issues/124639#issuecomment-2378129834

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (5f80b79) to head (71b3ce6). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #95 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 4 6 +2 Lines 160 198 +38 Branches 43 45 +2 ========================================= + Hits 160 198 +38 ``` | [Flag](https://app.codecov.io/gh/aio-libs/aiohappyeyeballs/pull/95/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aio-libs) | Coverage Δ | | |---|---|---| | [](https://app.codecov.io/gh/aio-libs/aiohappyeyeballs/pull/95/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aio-libs) | `98.98% <97.43%> (-0.39%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aio-libs#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

bdraco commented 1 month ago

Works fine on 3.12 production systems