[Python-Dev] Re: Runtime vs. Static Typing

2020-12-10 Thread Paul Bryan
Thanks. Concern allayed. 🙂 On Thu, 2020-12-10 at 21:55 -0800, Guido van Rossum wrote: > Hi Paul, > > The runtime component is the API provided by the `typing` module such > as `get_type_hints()`, plus the `__annotations__` attribute on > various objects (classes and functions, mostly). > > I am

[Python-Dev] Re: Runtime vs. Static Typing

2020-12-10 Thread Guido van Rossum
Hi Paul, The runtime component is the API provided by the `typing` module such as `get_type_hints()`, plus the `__annotations__` attribute on various objects (classes and functions, mostly). I am not aware of any plans or proposals to remove `__annotations__` or `typing.get_type_hints()`, and obv