Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add additional clarification for creating objects that require a running event loop #8583

Merged
merged 2 commits into from
Aug 2, 2024

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Aug 2, 2024

What do these changes do?

Adjust changelog message to further clarify #6378.

References #8555

@psf-chronographer psf-chronographer bot added the bot:chronographer:provided There is a change note present in this PR label Aug 2, 2024
@bdraco bdraco added backport-3.10 backport-3.11 Trigger automatic backporting to the 3.11 release branch by Patchback robot and removed bot:chronographer:provided There is a change note present in this PR labels Aug 2, 2024
@psf-chronographer psf-chronographer bot added the bot:chronographer:provided There is a change note present in this PR label Aug 2, 2024
@bdraco bdraco added this to the 3.10.1 milestone Aug 2, 2024
@bdraco
Copy link
Member Author

bdraco commented Aug 2, 2024

Screenshot 2024-08-02 at 7 23 27 AM

@bdraco bdraco enabled auto-merge (squash) August 2, 2024 12:23
Copy link

codecov bot commented Aug 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.70%. Comparing base (f3a1afc) to head (c322355).
Report is 862 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8583   +/-   ##
=======================================
  Coverage   97.70%   97.70%           
=======================================
  Files         107      107           
  Lines       33443    33443           
  Branches     3927     3927           
=======================================
  Hits        32677    32677           
  Misses        555      555           
  Partials      211      211           
Flag Coverage Δ
CI-GHA 97.61% <ø> (ø)
OS-Linux 97.27% <ø> (ø)
OS-Windows 95.64% <ø> (ø)
OS-macOS 96.94% <ø> (ø)
Py-3.10.11 97.08% <ø> (ø)
Py-3.10.14 97.02% <ø> (ø)
Py-3.11.9 97.25% <ø> (ø)
Py-3.12.4 97.38% <ø> (ø)
Py-3.8.10 95.40% <ø> (ø)
Py-3.8.18 96.91% <ø> (ø)
Py-3.9.13 97.07% <ø> (-0.01%) ⬇️
Py-3.9.19 97.02% <ø> (ø)
Py-pypy7.3.16 96.59% <ø> (-0.01%) ⬇️
VM-macos 96.94% <ø> (ø)
VM-ubuntu 97.27% <ø> (ø)
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.

@bdraco bdraco merged commit f185dd1 into master Aug 2, 2024
40 of 41 checks passed
@bdraco bdraco deleted the additonal_changelog_8555 branch August 2, 2024 12:45
Copy link
Contributor

patchback bot commented Aug 2, 2024

Backport to 3.10: 💚 backport PR created

✅ Backport PR branch: patchback/backports/3.10/f185dd19065493741579ebf2b6531c2e9d37f31f/pr-8583

Backported as #8585

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

Copy link
Contributor

patchback bot commented Aug 2, 2024

Backport to 3.11: 💚 backport PR created

✅ Backport PR branch: patchback/backports/3.11/f185dd19065493741579ebf2b6531c2e9d37f31f/pr-8583

Backported as #8586

🤖 @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 2, 2024
bdraco added a commit that referenced this pull request Aug 2, 2024
…reating objects that require a running event loop (#8585)

Co-authored-by: J. Nick Koston <nick@koston.org>
bdraco added a commit that referenced this pull request Aug 2, 2024
…reating objects that require a running event loop (#8586)

Co-authored-by: J. Nick Koston <nick@koston.org>
cjwatson added a commit to cjwatson/blinkpy that referenced this pull request Aug 5, 2024
aiohttp 3.10.0 removed the ability to create `aiohttp.ClientSession`
instances without a running event loop (see
aio-libs/aiohttp#8583), but a few of blinkpy's
tests relied on that.
cjwatson added a commit to cjwatson/yalexs that referenced this pull request Aug 5, 2024
aiohttp 3.10.0 removed the ability to create `aiohttp.ClientSession`
instances without a running event loop (see
aio-libs/aiohttp#8583), but one of yalexs's
tests relied on that.
cjwatson added a commit to cjwatson/yalexs that referenced this pull request Aug 5, 2024
aiohttp 3.10.0 removed the ability to create `aiohttp.ClientSession`
instances without a running event loop (see
aio-libs/aiohttp#8583), but one of yalexs's
tests relied on that.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
backport-3.11 Trigger automatic backporting to the 3.11 release branch by Patchback robot 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.

1 participant