thank you for this explanation
Issue on bpo is just created.
A PR will coming soon

Yves

Le 26/02/2021 à 23:19, Guido van Rossum a écrit :
On Fri, Feb 26, 2021 at 10:09 AM Yves Duprat <yduprat@gmail.com> wrote:
I was expecting an explanation about the initial request.
Is there an oversight (??) or an another reason to not have a Barrier primitive in asyncio ?

Probably because nobody working on asyncio at the time had any experience using threading.Barrier. I know that I have used all the other primitives, but I don't recall ever having used Barrier. I don't think there's anything deeper than that. You should probably just open a bpo issue (mention this thread) and submit a PR linked there. I can't promise to review it though. :-)
 
--
--Guido van Rossum (python.org/~guido)