Skip to content

[3.13] gh-144386: Update equivalent code for "with", "async with" and "async for" (GH-144472) - #144946

Merged
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-9e8fa2d-3.13
Feb 18, 2026
Merged

[3.13] gh-144386: Update equivalent code for "with", "async with" and "async for" (GH-144472)#144946
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-9e8fa2d-3.13

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Feb 18, 2026

Copy link
Copy Markdown
Contributor

They use special method lookup for special methods.
(cherry picked from commit 9e8fa2d)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com


📚 Documentation preview 📚: https://cpython-previews--144946.org.readthedocs.build/

…"async for" (pythonGH-144472)
They use special method lookup for special methods.
(cherry picked from commit 9e8fa2d)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-appbedevere-appBot added docs Documentation in the Doc dir skip news labels Feb 18, 2026
@serhiy-storchaka
serhiy-storchaka enabled auto-merge (squash) February 18, 2026 11:14
@serhiy-storchaka
serhiy-storchaka merged commit cbecfbe into python:3.13Feb 18, 2026
30 checks passed
@github-project-automationgithub-project-automationBot moved this from Todo to Done in Docs PRsFeb 18, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants

@miss-islington@serhiy-storchaka