falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.53k stars 945 forks source link

chore(sync): use `asyncio.Runner` for `async_to_sync()` on py311+ #2216

Closed vytas7 closed 8 months ago

vytas7 commented 8 months ago

Fixes #2178

codecov[bot] commented 8 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (dc8d2d4) to head (8c1e0af).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2216 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 62 62 Lines 6880 6888 +8 Branches 1099 1099 ========================================= + Hits 6880 6888 +8 ```

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

vytas7 commented 8 months ago

OK, merging this since we want to unblock Uvicorn gates