-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Conversation
This comment has been minimized.
This comment has been minimized.
_DefaultEventLoopPolicy
for asyncio
in 3.14events
and windows_events
for asyncio
in 3.14
This comment has been minimized.
This comment has been minimized.
afad6e1
to
9a3eb04
Compare
This comment has been minimized.
This comment has been minimized.
…m/python/typeshed into asyncio-default-event-loop-policy
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Source:
Refs python/cpython@a391d80#diff-4d950142ac4382096cb08d3d7f9b377ff8208085ce5d5f76ad0d0dadc7a77205