mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
bpo-38692: Add asyncio.PidfdChildWatcher to __all__ (GH-17161)
/cc @asvetlov @1st1 https://bugs.python.org/issue38692 Automerge-Triggered-By: @benjaminp
This commit is contained in:
parent
4d231bcc77
commit
3f8cebd32c
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ from .log import logger
|
||||||
__all__ = (
|
__all__ = (
|
||||||
'SelectorEventLoop',
|
'SelectorEventLoop',
|
||||||
'AbstractChildWatcher', 'SafeChildWatcher',
|
'AbstractChildWatcher', 'SafeChildWatcher',
|
||||||
'FastChildWatcher',
|
'FastChildWatcher', 'PidfdChildWatcher',
|
||||||
'MultiLoopChildWatcher', 'ThreadedChildWatcher',
|
'MultiLoopChildWatcher', 'ThreadedChildWatcher',
|
||||||
'DefaultEventLoopPolicy',
|
'DefaultEventLoopPolicy',
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue