Skip to content

Commit a3fc282

Browse files
committed
Exclude from __all__
1 parent 21ca52e commit a3fc282

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

stdlib/@tests/stubtest_allowlists/py314.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ mmap.mmap.flush
3535
mmap.mmap.rfind
3636
multiprocessing.process.BaseProcess.__init__
3737

38-
# Some names are exported via __getattr__ instead of __all__.
39-
asyncio.__all__
40-
4138
# ====================================
4239
# Pre-existing errors from Python 3.13
4340
# ====================================

stdlib/asyncio/__init__.pyi

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)