python / typing

Python static typing home. Hosts the documentation and a user help forum.
https://typing.readthedocs.io/
Other
1.6k stars 235 forks source link

[spec] better clarify the difference between a runtime type object and a static type #1779

Open carljm opened 4 months ago

carljm commented 4 months ago

See https://github.com/python/typing/pull/1743#discussion_r1641580302

carljm commented 4 months ago

I think there is overlap between this and clarifying the use of the term "concrete type": https://github.com/python/typing/issues/1781

Might make sense to address them both in a single PR.