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

miss-islington webhook-mailer at python.org
Thu May 19 04:59:58 EDT 2022


https://github.com/python/cpython/commit/482e334dafb985433e5b904e8dc1ddcc41e44194
commit: 482e334dafb985433e5b904e8dc1ddcc41e44194
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-05-19T01:59:49-07:00
summary:

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

(cherry picked from commit 60ee61571a60bcf4e40a4074e8db356b5af793c1)

Co-authored-by: Duprat <yduprat at gmail.com>

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