bpo-38692: Add asyncio.PidfdChildWatcher to all (GH-17161) · python/cpython@3f8cebd (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Commit 3f8cebd

aerosmiss-islington

authored and

committed

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
29 29 __all__ = (
30 30 'SelectorEventLoop',
31 31 'AbstractChildWatcher', 'SafeChildWatcher',
32 -'FastChildWatcher',
32 +'FastChildWatcher', 'PidfdChildWatcher',
33 33 'MultiLoopChildWatcher', 'ThreadedChildWatcher',
34 34 'DefaultEventLoopPolicy',
35 35 )