Skip to content

Conversation

Derkades
Copy link
Contributor

Fixes #10119

Technically a breaking change, but I can't imagine anyone depending on this. Still, it should probably not go in a patch release.

I can't get the entire test suite to pass, probably an issue with my development environment. test_web_request and test_web_response do pass.

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

codspeed-hq bot commented Dec 17, 2024

CodSpeed Performance Report

Merging #10172 will not alter performance

Comparing Derkades:master (5fa3e70) with master (0070045)

Summary

✅ 47 untouched benchmarks

@codecov
Copy link

codecov bot commented Dec 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.75%. Comparing base (0070045) to head (5fa3e70).
Report is 364 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #10172   +/-   ##
=======================================
  Coverage   98.75%   98.75%           
=======================================
  Files         122      122           
  Lines       36976    36980    +4     
  Branches     4412     4412           
=======================================
+ Hits        36517    36521    +4     
  Misses        313      313           
  Partials      146      146           
Flag Coverage Δ
CI-GHA 98.64% <100.00%> (+<0.01%) ⬆️
OS-Linux 98.33% <100.00%> (+<0.01%) ⬆️
OS-Windows 96.18% <100.00%> (+<0.01%) ⬆️
OS-macOS 97.43% <100.00%> (+<0.01%) ⬆️
Py-3.10.11 97.28% <100.00%> (+<0.01%) ⬆️
Py-3.10.15 97.87% <100.00%> (+<0.01%) ⬆️
Py-3.11.10 ?
Py-3.11.11 97.85% <100.00%> (-0.08%) ⬇️
Py-3.11.9 97.34% <100.00%> (+<0.01%) ⬆️
Py-3.12.7 ?
Py-3.12.8 98.38% <100.00%> (+<0.01%) ⬆️
Py-3.13.0 ?
Py-3.13.1 98.37% <100.00%> (-0.01%) ⬇️
Py-3.9.13 97.20% <100.00%> (+<0.01%) ⬆️
Py-3.9.20 97.78% <100.00%> (+<0.01%) ⬆️
Py-pypy7.3.16 97.35% <100.00%> (+<0.01%) ⬆️
VM-macos 97.43% <100.00%> (+<0.01%) ⬆️
VM-ubuntu 98.33% <100.00%> (+<0.01%) ⬆️
VM-windows 96.18% <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.

@psf-chronographer psf-chronographer bot added the bot:chronographer:provided There is a change note present in this PR label Dec 17, 2024
@asvetlov
Copy link
Member

LGTM, thanks!

@asvetlov asvetlov merged commit e45c3b8 into aio-libs:master Dec 18, 2024
41 of 42 checks passed
@patchback
Copy link
Contributor

patchback bot commented Dec 18, 2024

Backport to 3.12: 💚 backport PR created

✅ Backport PR branch: patchback/backports/3.12/e45c3b8ea68e879493e6593d1097155ecc1878e2/pr-10172

Backported as #10177

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Dec 18, 2024
Fixes #10119

Technically a breaking change, but I can't imagine anyone depending on
this.

(cherry picked from commit e45c3b8)
asvetlov pushed a commit that referenced this pull request Dec 18, 2024
… map is empty (#10177)

**This is a backport of PR #10172 as merged into master
(e45c3b8).**

Fixes #10119

Technically a breaking change, but I can't imagine anyone depending on
this. 
Co-authored-by: Robin <[email protected]>
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.

Response is "falsy"

3 participants