mirror of
https://github.com/python/cpython.git
synced 2025-11-11 02:52:04 +00:00
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
This commit is contained in:
parent
f1dcf3c7bf
commit
797abd1f7f
47 changed files with 105 additions and 90 deletions
|
|
@ -28,7 +28,6 @@
|
|||
|
||||
__all__ = (
|
||||
'SelectorEventLoop',
|
||||
'_DefaultEventLoopPolicy',
|
||||
'EventLoop',
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue