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:
Kyle Stanley 2019-11-14 21:47:56 -05:00 committed by Miss Islington (bot)
parent 4d231bcc77
commit 3f8cebd32c

View file

@ -29,7 +29,7 @@
__all__ = (
'SelectorEventLoop',
'AbstractChildWatcher', 'SafeChildWatcher',
'FastChildWatcher',
'FastChildWatcher', 'PidfdChildWatcher',
'MultiLoopChildWatcher', 'ThreadedChildWatcher',
'DefaultEventLoopPolicy',
)