Skip to content

[PR #11807/d66a69e6 backport][3.13] Re-backport 10713 - add regression test#11809

Merged
Dreamsorcerer merged 1 commit into3.13from
patchback/backports/3.13/d66a69e629f8cd768ee1840d63acbd9b141ae5ef/pr-11807
Dec 7, 2025
Merged

[PR #11807/d66a69e6 backport][3.13] Re-backport 10713 - add regression test#11809
Dreamsorcerer merged 1 commit into3.13from
patchback/backports/3.13/d66a69e629f8cd768ee1840d63acbd9b141ae5ef/pr-11807

Conversation

@patchback
Copy link
Copy Markdown
Contributor

@patchback patchback Bot commented Dec 7, 2025

This is a backport of PR #11807 as merged into 3.14 (d66a69e).

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.

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Dec 7, 2025

CodSpeed Performance Report

Merging #11809 will not alter performance

Comparing patchback/backports/3.13/d66a69e629f8cd768ee1840d63acbd9b141ae5ef/pr-11807 (8a8b504) with 3.13 (3e4c3be)

Summary

✅ 59 untouched

@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.25%. Comparing base (3e4c3be) to head (8a8b504).
⚠️ Report is 44 commits behind head on 3.13.

Additional details and impacted files
@@            Coverage Diff             @@
##             3.13   #11809      +/-   ##
==========================================
- Coverage   98.26%   98.25%   -0.01%     
==========================================
  Files         128      128              
  Lines       44058    44057       -1     
  Branches     2393     2393              
==========================================
- Hits        43295    43290       -5     
- Misses        587      591       +4     
  Partials      176      176              
Flag Coverage Δ
CI-GHA 98.14% <100.00%> (-0.01%) ⬇️
OS-Linux 97.90% <100.00%> (-0.01%) ⬇️
OS-Windows 95.61% <100.00%> (-0.01%) ⬇️
OS-macOS 97.14% <100.00%> (-0.01%) ⬇️
Py-3.10.11 96.66% <100.00%> (-0.01%) ⬇️
Py-3.10.19 97.17% <100.00%> (+<0.01%) ⬆️
Py-3.11.14 97.36% <100.00%> (-0.01%) ⬇️
Py-3.11.9 96.86% <100.00%> (-0.01%) ⬇️
Py-3.12.10 96.95% <100.00%> (+<0.01%) ⬆️
Py-3.12.12 97.45% <100.00%> (-0.01%) ⬇️
Py-3.13.10 96.71% <100.00%> (?)
Py-3.13.9 97.66% <100.00%> (-0.03%) ⬇️
Py-3.14.0 97.64% <100.00%> (-0.03%) ⬇️
Py-3.14.1 96.69% <100.00%> (?)
Py-3.14.1t 96.74% <100.00%> (-0.02%) ⬇️
Py-3.9.13 96.57% <100.00%> (-0.01%) ⬇️
Py-3.9.25 97.07% <100.00%> (+<0.01%) ⬆️
Py-pypy3.11.13-7.3.20 96.93% <100.00%> (-0.01%) ⬇️
VM-macos 97.14% <100.00%> (-0.01%) ⬇️
VM-ubuntu 97.90% <100.00%> (-0.01%) ⬇️
VM-windows 95.61% <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.

@Dreamsorcerer Dreamsorcerer merged commit 5ac4695 into 3.13 Dec 7, 2025
41 checks passed
@Dreamsorcerer Dreamsorcerer deleted the patchback/backports/3.13/d66a69e629f8cd768ee1840d63acbd9b141ae5ef/pr-11807 branch December 7, 2025 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants