]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Include ``asyncio.Barrier`` in 3.11 Whats New (GH-92927)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 19 May 2022 08:59:49 +0000 (01:59 -0700)
committerGitHub <noreply@github.com>
Thu, 19 May 2022 08:59:49 +0000 (01:59 -0700)
(cherry picked from commit 60ee61571a60bcf4e40a4074e8db356b5af793c1)

Co-authored-by: Duprat <yduprat@gmail.com>
Doc/whatsnew/3.11.rst

index 97dd096731f0c3397e563770663daa165bd3c18c..0cbb0ba77217f6ce644aa0dcd4d5e5bfddc2de52 100644 (file)
@@ -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
 --------