Skip to content

Commit 3f8cebd

Browse files
aerosmiss-islington
authored andcommitted
bpo-38692: Add asyncio.PidfdChildWatcher to __all__ (GH-17161)
/cc @asvetlov @1st1 https://bugs.python.org/issue38692 Automerge-Triggered-By: @benjaminp
1 parent 4d231bc commit 3f8cebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/asyncio/unix_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
__all__ = (
3030
'SelectorEventLoop',
3131
'AbstractChildWatcher', 'SafeChildWatcher',
32-
'FastChildWatcher',
32+
'FastChildWatcher', 'PidfdChildWatcher',
3333
'MultiLoopChildWatcher', 'ThreadedChildWatcher',
3434
'DefaultEventLoopPolicy',
3535
)

0 commit comments

Comments
 (0)