Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Update events and windows_events for asyncio in 3.14 #14128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 25, 2025

Conversation

This comment has been minimized.

@sobolevn sobolevn changed the title Update _DefaultEventLoopPolicy for asyncio in 3.14 Update events and windows_events for asyncio in 3.14 May 24, 2025

This comment has been minimized.

@sobolevn sobolevn force-pushed the asyncio-default-event-loop-policy branch from afad6e1 to 9a3eb04 Compare May 24, 2025 08:48

This comment has been minimized.

Copy link
Contributor

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

@@ -41,12 +41,14 @@ if sys.platform == "win32":
"Server", # from base_events
"iscoroutinefunction", # from coroutines
"iscoroutine", # from coroutines
"AbstractEventLoopPolicy", # from events
"_AbstractEventLoopPolicy", # from events
Copy link
Member

Choose a reason for hiding this comment

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

Having underscored names in __all__ seems wrong; maybe we should report over in CPython. Looks like it's not new in 3.14 though.

Copy link
Member

Choose a reason for hiding this comment

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

@JelleZijlstra JelleZijlstra merged commit a9e7afa into main May 25, 2025
64 checks passed
@JelleZijlstra JelleZijlstra deleted the asyncio-default-event-loop-policy branch May 25, 2025 16:13
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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.