[Python-ideas] Re: Auto assignment of attributes

2022-04-20 Thread Yves Duprat
Joao S. O. Bueno wrote: > There is no need for a whole new syntax for what can trivially be > accomplished by a decorator, > and a simple one, in this cases. > I for one am all for the inclusion of a decorator targeting either the > __init__ method > or the class itself to perform this binding of k

[Python-ideas] Re: Barrier Object in asyncio lib

2021-03-01 Thread Yves Duprat
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 <y

[Python-ideas] Re: Barrier Object in asyncio lib

2021-02-26 Thread Yves Duprat
021 à 16:42, Barry Scott <ba...@barrys-emacs.org> a écrit : &g

[Python-ideas] Re: Barrier Object in asyncio lib

2021-02-25 Thread Yves Duprat
févr. 2021 à 16:42, Barry Scott <ba...@barrys-emacs.org> a écrit : > On 25 Feb 2021, at 13:14, Yves Duprat <ydup...@gmail.com> wrote: > > Hi,the list, > > I'm wondering why Barrier object does not

[Python-ideas] Barrier Object in asyncio lib

2021-02-25 Thread Yves Duprat
Hi,the list, I'm wondering why Barrier object does not exist in the synchronization primitives of the asyncio lib while it is present in threading and multiprocessing libs ? This may not be the right place to ask this question, but I never found an answer on the web. Thanks for your help. Yves