Skip to content

Add followup changelog message for #5278#8558

Merged
bdraco merged 8 commits intomasterfrom
followup_5278
Aug 1, 2024
Merged

Add followup changelog message for #5278#8558
bdraco merged 8 commits intomasterfrom
followup_5278

Conversation

@bdraco
Copy link
Copy Markdown
Member

@bdraco bdraco commented Jul 31, 2024

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 raise RuntimeError 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.

@psf-chronographer psf-chronographer bot added the bot:chronographer:provided There is a change note present in this PR label Jul 31, 2024
@bdraco bdraco added this to the 3.10.1 milestone Jul 31, 2024
@bdraco bdraco marked this pull request as ready for review July 31, 2024 02:47
@bdraco bdraco requested review from asvetlov and webknjaz as code owners July 31, 2024 02:47
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.68%. Comparing base (7ffb847) to head (4e67c38).
Report is 866 commits behind head on master.

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           
Flag Coverage Δ
CI-GHA 97.59% <ø> (ø)
OS-Linux 97.25% <ø> (ø)
OS-Windows 95.64% <ø> (ø)
OS-macOS 96.92% <ø> (ø)
Py-3.10.11 97.06% <ø> (ø)
Py-3.10.14 97.00% <ø> (ø)
Py-3.11.9 97.23% <ø> (ø)
Py-3.12.4 97.36% <ø> (-0.01%) ⬇️
Py-3.8.10 95.40% <ø> (ø)
Py-3.8.18 96.89% <ø> (ø)
Py-3.9.13 97.05% <ø> (ø)
Py-3.9.19 97.00% <ø> (ø)
Py-pypy7.3.16 96.57% <ø> (ø)
VM-macos 96.92% <ø> (ø)
VM-ubuntu 97.25% <ø> (ø)
VM-windows 95.64% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
@bdraco
Copy link
Copy Markdown
Member Author

bdraco commented Aug 1, 2024

This likely affects ClientSession as well so we should add that to the list

@bdraco bdraco merged commit e48acaf into master Aug 1, 2024
@bdraco bdraco deleted the followup_5278 branch August 1, 2024 16:54
@patchback
Copy link
Copy Markdown
Contributor

patchback bot commented Aug 1, 2024

Backport to 3.10: 💚 backport PR created

✅ Backport PR branch: patchback/backports/3.10/e48acaf7dd689dfb8f8f424257e463fdd0cec86a/pr-8558

Backported as #8576

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Aug 1, 2024
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
(cherry picked from commit e48acaf)
@patchback
Copy link
Copy Markdown
Contributor

patchback bot commented Aug 1, 2024

Backport to 3.11: 💚 backport PR created

✅ Backport PR branch: patchback/backports/3.11/e48acaf7dd689dfb8f8f424257e463fdd0cec86a/pr-8558

Backported as #8577

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Aug 1, 2024
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
(cherry picked from commit e48acaf)
bdraco added a commit that referenced this pull request Aug 1, 2024
bdraco added a commit that referenced this pull request Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot:chronographer:provided There is a change note present in this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RuntimeError: no running event loop

2 participants