[Python-checkins] Include ``asyncio.Barrier`` in 3.11 Whats New (GH-92927)

Fidget-Spinner webhook-mailer at python.org
Thu May 19 03:12:48 EDT 2022


https://github.com/python/cpython/commit/60ee61571a60bcf4e40a4074e8db356b5af793c1
commit: 60ee61571a60bcf4e40a4074e8db356b5af793c1
branch: main
author: Duprat <yduprat at gmail.com>
committer: Fidget-Spinner <kenjin4096 at gmail.com>
date: 2022-05-19T15:12:33+08:00
summary:

Include ``asyncio.Barrier`` in 3.11 Whats New (GH-92927)

files:
M Doc/whatsnew/3.11.rst

diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 97dd096731f0c..0cbb0ba77217f 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -431,6 +431,10 @@ asyncio
   existing stream-based connections to TLS. (Contributed by Ian Good in
   :issue:`34975`.)
 
+* Add :class:`~asyncio.Barrier` class to the synchronization primitives of
+  the asyncio library. (Contributed by Yves Duprat and Andrew Svetlov in
+  :gh:`87518`.)
+
 datetime
 --------
 



More information about the Python-checkins mailing list