Fix resolve_host "Task was destroyed but it is pending" errors (#8967)#8980
Merged
Dreamsorcerer merged 3 commits into3.11from Sep 2, 2024
Conversation
(cherry picked from commit cd761a3)
Member
Author
|
This won't apply cleanly, because close() is a sync method in v3, but should still improve the situation. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## 3.11 #8980 +/- ##
=======================================
Coverage 97.74% 97.74%
=======================================
Files 108 108
Lines 34438 34464 +26
Branches 4084 4087 +3
=======================================
+ Hits 33661 33687 +26
Misses 581 581
Partials 196 196
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Dreamsorcerer
commented
Sep 2, 2024
Dreamsorcerer
commented
Sep 2, 2024
Contributor
Backport to 3.10: 💚 backport PR created✅ Backport PR branch: Backported as #8984 🤖 @patchback |
Dreamsorcerer
added a commit
that referenced
this pull request
Sep 2, 2024
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(cherry picked from commit cd761a3)