@@ -146,11 +146,8 @@ if sys.platform == "win32":
146146 "SelectorEventLoop" , # from windows_events
147147 "ProactorEventLoop" , # from windows_events
148148 "IocpProactor" , # from windows_events
149- "DefaultEventLoopPolicy" , # from windows_events
150149 "_DefaultEventLoopPolicy" , # from windows_events
151- "WindowsSelectorEventLoopPolicy" , # from windows_events
152150 "_WindowsSelectorEventLoopPolicy" , # from windows_events
153- "WindowsProactorEventLoopPolicy" , # from windows_events
154151 "_WindowsProactorEventLoopPolicy" , # from windows_events
155152 "EventLoop" , # from windows_events
156153 )
@@ -532,7 +529,6 @@ else:
532529 "Server" , # from base_events
533530 "iscoroutinefunction" , # from coroutines
534531 "iscoroutine" , # from coroutines
535- "AbstractEventLoopPolicy" , # from events
536532 "AbstractEventLoop" , # from events
537533 "AbstractServer" , # from events
538534 "Handle" , # from events
@@ -623,7 +619,6 @@ else:
623619 "DatagramTransport" , # from transports
624620 "SubprocessTransport" , # from transports
625621 "SelectorEventLoop" , # from unix_events
626- "DefaultEventLoopPolicy" , # from unix_events
627622 "EventLoop" , # from unix_events
628623 )
629624 elif sys .version_info >= (3 , 13 ):
0 commit comments