8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba7ddb5 commit 52e5328Copy full SHA for 52e5328
Doc/whatsnew/3.12.rst
@@ -102,6 +102,22 @@ New Modules
102
Improved Modules
103
================
104
105
+asyncio
106
+-------
107
+
108
+* On Linux, :mod:`asyncio` uses :class:`~asyncio.PidfdChildWatcher` by default
109
+ if :func:`os.pidfd_open` is available instead of
110
+ :class:`~asyncio.ThreadedChildWatcher`.
111
+ (Contributed by Kumar Aditya in :gh:`98024`.)
112
113
+* :class:`~asyncio.MultiLoopChildWatcher`, :class:`~asyncio.FastChildWatcher`
114
+ and :class:`~asyncio.SafeChildWatcher` child watchers are deprecated and
115
+ will be removed in Python 3.14. It is recommended to not manually
116
+ configure child watcher as the event loop now uses the best available
117
+ child watcher for the platform.
118
+ (Contributed by Kumar Aditya in :gh:`94597`.)
119
120
121
pathlib
122
-------
123
0 commit comments