-
-
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
Fix ConnectionResetError not being raised when the transport is close… #7199
Merged
Dreamsorcerer
merged 7 commits into
3.8
from
patchback/backports/3.8/974323f63ba03bf720658cd738fc8722182322ae/pr-7180
Feb 11, 2023
Merged
Fix ConnectionResetError not being raised when the transport is close… #7199
Dreamsorcerer
merged 7 commits into
3.8
from
patchback/backports/3.8/974323f63ba03bf720658cd738fc8722182322ae/pr-7180
Feb 11, 2023
Conversation
This file contains 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
#7180) <!-- Thank you for your contribution! --> `ConnectionResetError` will always be raised when `StreamWriter.write` is called after `connection_lost` has been called on the `BaseProtocol` <!-- Please give a short brief about these changes. --> Restores pre 3.8.3 behavior fixes #7172 - [x] I think the code is well written - [x] Unit tests for the changes exist - [x] Documentation reflects the changes - [x] If you provide code modification, please add yourself to `CONTRIBUTORS.txt` * The format is <Name> <Surname>. * Please keep alphabetical order, the file is sorted by names. - [x] Add a new news fragment into the `CHANGES` folder * name it `<issue_id>.<type>` for example (588.bugfix) * if you don't have an `issue_id` change it to the pr id after creating the pr * ensure type is one of the following: * `.feature`: Signifying a new feature. * `.bugfix`: Signifying a bug fix. * `.doc`: Signifying a documentation improvement. * `.removal`: Signifying a deprecation or removal of public API. * `.misc`: A ticket has been closed, but it is not of interest to users. * Make sure to use full sentences with correct case and punctuation, for example: "Fix issue with non-ascii contents in doctest text files." --------- Co-authored-by: Sviatoslav Sydorenko <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sam Bull <[email protected]> (cherry picked from commit 974323f)
psf-chronographer
bot
added
the
bot:chronographer:provided
There is a change note present in this PR
label
Feb 10, 2023
5 tasks
…cd738fc8722182322ae/pr-7180
Codecov Report
@@ Coverage Diff @@
## 3.8 #7199 +/- ##
==========================================
- Coverage 97.41% 97.40% -0.01%
==========================================
Files 107 107
Lines 30984 30996 +12
Branches 3922 3924 +2
==========================================
+ Hits 30182 30191 +9
- Misses 600 601 +1
- Partials 202 204 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Dreamsorcerer
deleted the
patchback/backports/3.8/974323f63ba03bf720658cd738fc8722182322ae/pr-7180
branch
February 11, 2023 00:53
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.
No description provided.