[Python-ideas] Optional static typing -- the crossroads

Antoine Pitrou antoine at python.org
Fri Aug 15 16:30:24 CEST 2014


Le 15/08/2014 00:40, Nick Coghlan a écrit :
>
> Having Argument Clinic generate appropriate annotations automatically
> could also be interesting.

That would be great actually. That's one of the things AC should 
eventually be able to bring to the table (thank you Larry :-)).
Being able to access the concrete implementation (without the boxing / 
unboxing wrapper) could also be quite useful for people who try to shave 
off some interpretation overhead :-)

Regards

Antoine.




More information about the Python-ideas mailing list