File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,22 @@ New Modules
102
102
Improved Modules
103
103
================
104
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
+
105
121
pathlib
106
122
-------
107
123
You can’t perform that action at this time.
0 commit comments