Skip to content

Conversation

@meehand
Copy link
Contributor

@meehand meehand commented Dec 5, 2025

What do these changes do?

#10713 resolved bug #11778, but the backports missed the key change. This PR adjusts that backport and marks a regression test as no longer expected to fail

Are there changes in behavior for the user?

Just the fix for 11778

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

No

Related issue number

#11778

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 Dec 5, 2025
…is enabled (aio-libs#10713)

Co-authored-by: Sam Bull <git@sambull.org>
@codspeed-hq
Copy link

codspeed-hq bot commented Dec 5, 2025

CodSpeed Performance Report

Merging #11807 will not alter performance

Comparing meehand:rebackport-10713 (5ea3264) with 3.14 (77ab8f3)1

Summary

✅ 59 untouched

Footnotes

  1. No successful run was found on 3.14 (a76721a) during the generation of this report, so 77ab8f3 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@bdraco bdraco added backport-3.13 Trigger automatic backporting to the 3.13 release branch by Patchback robot backport-3.14 Trigger automatic backporting to the 3.14 release branch by Patchback robot labels Dec 5, 2025
@codecov
Copy link

codecov bot commented Dec 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.20%. Comparing base (77ab8f3) to head (5ea3264).
⚠️ Report is 4 commits behind head on 3.14.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             3.14   #11807      +/-   ##
==========================================
- Coverage   98.20%   98.20%   -0.01%     
==========================================
  Files         128      128              
  Lines       44189    44188       -1     
  Branches     2400     2400              
==========================================
- Hits        43397    43396       -1     
  Misses        610      610              
  Partials      182      182              
Flag Coverage Δ
CI-GHA 98.08% <100.00%> (-0.01%) ⬇️
OS-Linux 97.84% <100.00%> (+<0.01%) ⬆️
OS-Windows 95.56% <100.00%> (-0.01%) ⬇️
OS-macOS 97.08% <100.00%> (+<0.01%) ⬆️
Py-3.10.11 96.60% <100.00%> (+<0.01%) ⬆️
Py-3.10.19 97.10% <100.00%> (-0.01%) ⬇️
Py-3.11.14 97.35% <100.00%> (-0.01%) ⬇️
Py-3.11.9 96.85% <100.00%> (-0.01%) ⬇️
Py-3.12.10 96.94% <100.00%> (-0.01%) ⬇️
Py-3.12.12 97.43% <100.00%> (-0.01%) ⬇️
Py-3.13.9 97.67% <100.00%> (-0.01%) ⬇️
Py-3.14.0 97.66% <100.00%> (+<0.01%) ⬆️
Py-3.14.1t 96.74% <100.00%> (-0.01%) ⬇️
Py-pypy3.11.13-7.3.20 96.92% <100.00%> (-0.01%) ⬇️
VM-macos 97.08% <100.00%> (+<0.01%) ⬆️
VM-ubuntu 97.84% <100.00%> (+<0.01%) ⬆️
VM-windows 95.56% <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.

@bdraco bdraco removed the backport-3.14 Trigger automatic backporting to the 3.14 release branch by Patchback robot label Dec 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-3.13 Trigger automatic backporting to the 3.13 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.

2 participants