-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add followup changelog message for #5278 #8558
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 (Святослав Сидоренко) <sviat@redhat.com>
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 |
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #8577 🤖 @patchback |
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 raiseRuntimeError
if 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.