Skip to content

[stdlib] Update asyncio.run to accept Awaitable from 3.14#15807

Merged
AlexWaygood merged 1 commit into
python:mainfrom
dhruvmanila:dhruv/codex/asyncio-run-awaitable
May 18, 2026
Merged

[stdlib] Update asyncio.run to accept Awaitable from 3.14#15807
AlexWaygood merged 1 commit into
python:mainfrom
dhruvmanila:dhruv/codex/asyncio-run-awaitable

Conversation

@dhruvmanila
Copy link
Copy Markdown
Contributor

This applies the same patch as #15046 to asyncio.run given that the CPython change is for both asyncio.run (function) and asyncio.Runner.run (method).

@github-actions
Copy link
Copy Markdown
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

Copy link
Copy Markdown
Member

@AlexWaygood AlexWaygood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@AlexWaygood AlexWaygood merged commit fc47f8c into python:main May 18, 2026
58 checks passed
@dhruvmanila dhruvmanila deleted the dhruv/codex/asyncio-run-awaitable branch May 18, 2026 11:43
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