[Python-ideas] Re: Variadic generics PEP draft

2020-11-28 Thread David Foster
On 10/7/20 2:11 PM, Greg Ewing wrote: Generally looks good to me, although the name ListVariadic seems a bit jargony (and worse, appears to be jargon imported from another language). I think something like TypeListVar would be clearer. Agreed. (I was just about to write my own comment saying th

[Python-ideas] Re: Variadic generics PEP draft

2020-10-07 Thread Greg Ewing
On 7/10/20 11:05 pm, Matthew Rahtz via Python-ideas wrote: Something that's on many of our wishlists is support for variadic generics. Here's a first draft of a PEP detailing how they might work. https://docs.google.com/document/d/1oXWyAtnv0-pbyJud8H5wkpIk8aajbkX-leJ8JXsE318/edit Generally lo

[Python-ideas] Re: Variadic generics PEP draft

2020-10-07 Thread Guido van Rossum
If this receives positive feedback on typing-sig I would definitely sponsor it. But I'd first like to have the discussion there (and the time to read it). (FWIW I would prefer the discussion to happen on typing-sig, not python-ideas.) On Wed, Oct 7, 2020 at 7:04 AM Chris Angelico wrote: > On We

[Python-ideas] Re: Variadic generics PEP draft

2020-10-07 Thread Chris Angelico
On Wed, Oct 7, 2020 at 11:46 PM Matthew Rahtz via Python-ideas wrote: > > Hi all, > > Something that's on many of our wishlists is support for variadic generics. > Here's a first draft of a PEP detailing how they might work. > Does the "many" there include any core devs who would sponsor your PE