Skip to content

Raise ConnectionResetError if transport is None (#11761)#12283

Merged
Dreamsorcerer merged 1 commit intoaio-libs:3.14from
agners:patchback/backports/3.14/b26c9aee4cf1cb280fa771855ab7be95f1ae1d22/pr-11761
Mar 27, 2026
Merged

Raise ConnectionResetError if transport is None (#11761)#12283
Dreamsorcerer merged 1 commit intoaio-libs:3.14from
agners:patchback/backports/3.14/b26c9aee4cf1cb280fa771855ab7be95f1ae1d22/pr-11761

Conversation

@agners
Copy link
Copy Markdown
Contributor

@agners agners commented Mar 27, 2026

What do these changes do?

Backport cherry picked from commit b26c9ae

Are there changes in behavior for the user?

Is it a substantial burden for the maintainers to support this?

Related issue number

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes
  • 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.
  • Add a new news fragment into the CHANGES/ folder
    • name it <issue_or_pr_num>.<type>.rst (e.g. 588.bugfix.rst)

    • if you don't have an issue number, change it to the pull request
      number after creating the PR

      • .bugfix: A bug fix for something the maintainers deemed an
        improper undesired behavior that got corrected to match
        pre-agreed expectations.
      • .feature: A new behavior, public APIs. That sort of stuff.
      • .deprecation: A declaration of future API removals and breaking
        changes in behavior.
      • .breaking: When something public is removed in a breaking way.
        Could be deprecated in an earlier release.
      • .doc: Notable updates to the documentation structure or build
        process.
      • .packaging: Notes for downstreams about unobvious side effects
        and tooling. Changes in the test invocation considerations and
        runtime assumptions.
      • .contrib: Stuff that affects the contributor experience. e.g.
        Running tests, building the docs, setting up the development
        environment.
      • .misc: Changes that are hard to assign to any of the above
        categories.
    • Make sure to use full sentences with correct case and punctuation,
      for example:

      Fixed issue with non-ascii contents in doctest text files
      -- by :user:`contributor-gh-handle`.

      Use the past tense or the present tense a non-imperative mood,
      referring to what's changed compared to the last released version
      of this project.

@psf-chronographer psf-chronographer bot added the bot:chronographer:provided There is a change note present in this PR label Mar 27, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.37%. Comparing base (6a86e0f) to head (b6d5ff4).
⚠️ Report is 2 commits behind head on 3.14.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             3.14   #12283   +/-   ##
=======================================
  Coverage   98.36%   98.37%           
=======================================
  Files         131      131           
  Lines       45915    45968   +53     
  Branches     2494     2496    +2     
=======================================
+ Hits        45165    45220   +55     
+ Misses        571      570    -1     
+ Partials      179      178    -1     
Flag Coverage Δ
CI-GHA 98.24% <100.00%> (+<0.01%) ⬆️
OS-Linux 98.00% <100.00%> (+0.01%) ⬆️
OS-Windows 95.66% <100.00%> (+<0.01%) ⬆️
OS-macOS 97.19% <100.00%> (+<0.01%) ⬆️
Py-3.10.11 96.72% <100.00%> (+<0.01%) ⬆️
Py-3.10.20 97.19% <100.00%> (+<0.01%) ⬆️
Py-3.11.15 97.43% <100.00%> (+<0.01%) ⬆️
Py-3.11.9 96.96% <100.00%> (+<0.01%) ⬆️
Py-3.12.10 97.04% <100.00%> (+<0.01%) ⬆️
Py-3.12.13 97.52% <100.00%> (+<0.01%) ⬆️
Py-3.13.12 97.74% <100.00%> (+<0.01%) ⬆️
Py-3.14.3 97.79% <100.00%> (+<0.01%) ⬆️
Py-3.14.3t 96.81% <100.00%> (+0.01%) ⬆️
Py-pypy3.11.13-7.3.20 ?
Py-pypy3.11.15-7.3.21 96.84% <100.00%> (?)
VM-macos 97.19% <100.00%> (+<0.01%) ⬆️
VM-ubuntu 98.00% <100.00%> (+0.01%) ⬆️
VM-windows 95.66% <100.00%> (+<0.01%) ⬆️

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.

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Mar 27, 2026

Merging this PR will not alter performance

✅ 59 untouched benchmarks


Comparing agners:patchback/backports/3.14/b26c9aee4cf1cb280fa771855ab7be95f1ae1d22/pr-11761 (b6d5ff4) with 3.14 (6a86e0f)

Open in CodSpeed

@Dreamsorcerer Dreamsorcerer merged commit 8bdc7c7 into aio-libs:3.14 Mar 27, 2026
39 checks passed
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.

2 participants