Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8558 +/- ##
=======================================
Coverage 97.68% 97.68%
=======================================
Files 107 107
Lines 33403 33403
Branches 3923 3923
=======================================
Hits 32631 32631
Misses 559 559
Partials 213 213
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
|
This likely affects ClientSession as well so we should add that to the list |
Backport to 3.10: 💚 backport PR created✅ Backport PR branch: Backported as #8576 🤖 @patchback |
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]> (cherry picked from commit e48acaf)
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #8577 🤖 @patchback |
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]> (cherry picked from commit e48acaf)
…5278 (#8576) Co-authored-by: J. Nick Koston <[email protected]> closes #8555
…5278 (#8577) Co-authored-by: J. Nick Koston <[email protected]> closes #8555
closes #8555
What do these changes do?
Improve the changelog documentation for #5278
#5278 removed the deprecation warning about having a running event loop and replaced it with
asyncio.get_running_loop()which will raiseRuntimeErrorif there is no running loop.Since the deprecation was done in #3372, which first appeared in https://github.com/aio-libs/aiohttp/releases/tag/v3.5.0 (~5 years, 7 months ago), reverting and extending the deprecation period did not seem warranted as five years should be enough notice.