Skip to content

Bound DNS cache - #12106

Merged
Dreamsorcerer merged 10 commits into
masterfrom
bound-dns-cache
Feb 22, 2026
Merged

Bound DNS cache#12106
Dreamsorcerer merged 10 commits into
masterfrom
bound-dns-cache

Conversation

@Dreamsorcerer

Copy link
Copy Markdown
Member

No description provided.

@Dreamsorcerer Dreamsorcerer added backport-3.13 backport-3.14 Trigger automatic backporting to the 3.14 release branch by Patchback robot labels Feb 20, 2026
@psf-chronographer psf-chronographer Bot added the bot:chronographer:provided There is a change note present in this PR label Feb 20, 2026
@codspeed-hq

codspeed-hq Bot commented Feb 20, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 59 untouched benchmarks


Comparing bound-dns-cache (b8359a7) with master (67fa1f5)

Open in CodSpeed

@codecov

codecov Bot commented Feb 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.77%. Comparing base (51d5dba) to head (b8359a7).
⚠️ Report is 381 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #12106      +/-   ##
==========================================
- Coverage   98.78%   98.77%   -0.01%     
==========================================
  Files         128      128              
  Lines       45051    45270     +219     
  Branches     2396     2401       +5     
==========================================
+ Hits        44502    44717     +215     
- Misses        390      393       +3     
- Partials      159      160       +1     
Flag Coverage Δ
CI-GHA 98.63% <100.00%> (-0.01%) ⬇️
OS-Linux 98.37% <100.00%> (+<0.01%) ⬆️
OS-Windows 96.74% <100.00%> (+0.01%) ⬆️
OS-macOS 97.63% <100.00%> (+<0.01%) ⬆️
Py-3.10.11 97.18% <100.00%> (+0.01%) ⬆️
Py-3.10.19 97.66% <100.00%> (+0.01%) ⬆️
Py-3.11.14 97.86% <100.00%> (+0.01%) ⬆️
Py-3.11.9 97.39% <100.00%> (+0.01%) ⬆️
Py-3.12.10 97.48% <100.00%> (+0.01%) ⬆️
Py-3.12.12 97.95% <100.00%> (+<0.01%) ⬆️
Py-3.13.11 97.95% <100.00%> (+<0.01%) ⬆️
Py-3.13.12 97.45% <100.00%> (+0.01%) ⬆️
Py-3.14.2 97.92% <100.00%> (+0.01%) ⬆️
Py-3.14.3 97.41% <100.00%> (+0.01%) ⬆️
Py-3.14.3t 97.26% <100.00%> (+<0.01%) ⬆️
Py-pypy3.11.13-7.3.20 97.29% <100.00%> (-0.10%) ⬇️
VM-macos 97.63% <100.00%> (+<0.01%) ⬆️
VM-ubuntu 98.37% <100.00%> (+<0.01%) ⬆️
VM-windows 96.74% <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 8ab84c5 into master Feb 22, 2026
43 checks passed
@Dreamsorcerer
Dreamsorcerer deleted the bound-dns-cache branch February 22, 2026 00:31
@patchback

patchback Bot commented Feb 22, 2026

Copy link
Copy Markdown
Contributor

Backport to 3.13: 💔 cherry-picking failed — conflicts found

❌ Failed to cleanly apply 8ab84c5 on top of patchback/backports/3.13/8ab84c52fe58ef34794fa9b12f00b06e626adcc0/pr-12106

Backporting merged PR #12106 into master

  1. Ensure you have a local repo clone of your fork. Unless you cloned it
    from the upstream, this would be your origin remote.
  2. Make sure you have an upstream repo added as a remote too. In these
    instructions you'll refer to it by the name upstream. If you don't
    have it, here's how you can add it:
    $ git remote add upstream https://github.com/aio-libs/aiohttp.git
  3. Ensure you have the latest copy of upstream and prepare a branch
    that will hold the backported code:
    $ git fetch upstream
    $ git checkout -b patchback/backports/3.13/8ab84c52fe58ef34794fa9b12f00b06e626adcc0/pr-12106 upstream/3.13
  4. Now, cherry-pick PR Bound DNS cache #12106 contents into that branch:
    $ git cherry-pick -x 8ab84c52fe58ef34794fa9b12f00b06e626adcc0
    If it'll yell at you with something like fatal: Commit 8ab84c52fe58ef34794fa9b12f00b06e626adcc0 is a merge but no -m option was given., add -m 1 as follows instead:
    $ git cherry-pick -m1 -x 8ab84c52fe58ef34794fa9b12f00b06e626adcc0
  5. At this point, you'll probably encounter some merge conflicts. You must
    resolve them in to preserve the patch from PR Bound DNS cache #12106 as close to the
    original as possible.
  6. Push this branch to your fork on GitHub:
    $ git push origin patchback/backports/3.13/8ab84c52fe58ef34794fa9b12f00b06e626adcc0/pr-12106
  7. Create a PR, ensure that the CI is green. If it's not — update it so that
    the tests and any other checks pass. This is it!
    Now relax and wait for the maintainers to process your pull request
    when they have some cycles to do reviews. Don't worry — they'll tell you if
    any improvements are necessary when the time comes!

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

@patchback

patchback Bot commented Feb 22, 2026

Copy link
Copy Markdown
Contributor

Backport to 3.14: 💚 backport PR created

✅ Backport PR branch: patchback/backports/3.14/8ab84c52fe58ef34794fa9b12f00b06e626adcc0/pr-12106

Backported as #12116

🤖 @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 Feb 22, 2026
Co-authored-by: gonas <nhjangh@gamil.com>
(cherry picked from commit 8ab84c5)
Dreamsorcerer added a commit that referenced this pull request Feb 22, 2026
Co-authored-by: gonas <nhjangh@gamil.com>
(cherry picked from commit 8ab84c5)
Dreamsorcerer added a commit that referenced this pull request Feb 22, 2026
**This is a backport of PR #12106 as merged into master
(8ab84c5).**

---------

Co-authored-by: Sam Bull <git@sambull.org>
Co-authored-by: gonas <nhjangh@gamil.com>
Dreamsorcerer added a commit that referenced this pull request Feb 22, 2026
(cherry picked from commit 8ab84c5)

---------

Co-authored-by: gonas <nhjangh@gamil.com>
wavebyrd pushed a commit to wavebyrd/aiohttp that referenced this pull request Mar 13, 2026
(cherry picked from commit 50fa162)

---------

Co-authored-by: gonas <nhjangh@gamil.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

1 participant