8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
asyncio
1 parent f329a8b commit 63dc969Copy full SHA for 63dc969
Doc/whatsnew/3.12.rst
@@ -210,6 +210,11 @@ array
210
211
-------
212
213
+* The performance of writing to sockets in :mod:`asyncio` has been
214
+ significantly improved. ``asyncio`` now avoids unnecessary copying when
215
+ writing to sockets and uses :meth:`~socket.socket.sendmsg` if the platform
216
+ supports it. (Contributed by Kumar Aditya in :gh:`91166`.)
217
+
218
* On Linux, :mod:`asyncio` uses :class:`~asyncio.PidfdChildWatcher` by default
219
if :func:`os.pidfd_open` is available and functional instead of
220
:class:`~asyncio.ThreadedChildWatcher`.
0 commit comments