[Python-Dev] Re: RFC on Callable Type Syntax

2021-10-11 Thread Erik Demaine
My apologies! Must be an issue with my email client rendering. Erik On Mon, 11 Oct 2021, Guido van Rossum wrote: On Mon, Oct 11, 2021 at 3:22 PM Erik Demaine wrote: On Mon, 11 Oct 2021, Guido van Rossum wrote: No, I didn't write that, Lukasz did. > I always f

[Python-Dev] Re: RFC on Callable Type Syntax

2021-10-11 Thread Erik Demaine
on't care"? I think it'd be natural for types constructed via `typeof` to include the argument names; I'd intend for an object "just like" this one. But you could imagine another type operator that drops details like this, e.g. `typing.forget_argument_names(typin

[Python-Dev] Porting python.gram to Python

2021-09-23 Thread Erik Demaine
e is it guarantees that the two grammars (and ast) remain synchronized. 2. PyPy 3. 3rd party library (e.g., my own repo) Let me know what you think would be best. Erik -- Erik Demaine | edema...@mit.edu | http://erikdemaine.org/ ___ Python-Dev ma