Updates for Python 3.14rc1 (#14446)

This commit is contained in:
Sebastian Rittau
2025-07-24 16:30:00 +02:00
committed by GitHub
parent a1dc346ef6
commit 82edad066f
8 changed files with 21 additions and 21 deletions
-3
View File
@@ -28,14 +28,11 @@ if sys.version_info < (3, 14):
# Keep asyncio.__all__ updated with any changes to __all__ here
if sys.version_info >= (3, 14):
__all__ = (
"_AbstractEventLoopPolicy",
"AbstractEventLoop",
"AbstractServer",
"Handle",
"TimerHandle",
"_get_event_loop_policy",
"get_event_loop_policy",
"_set_event_loop_policy",
"set_event_loop_policy",
"get_event_loop",
"set_event_loop",