Skip to content

Commit

Permalink
bpo-38692: Add asyncio.PidfdChildWatcher to __all__ (GH-17161)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeros authored and miss-islington committed Nov 15, 2019
1 parent 4d231bc commit 3f8cebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/asyncio/unix_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
__all__ = (
'SelectorEventLoop',
'AbstractChildWatcher', 'SafeChildWatcher',
'FastChildWatcher',
'FastChildWatcher', 'PidfdChildWatcher',
'MultiLoopChildWatcher', 'ThreadedChildWatcher',
'DefaultEventLoopPolicy',
)
Expand Down

0 comments on commit 3f8cebd

Please sign in to comment.