python / typing

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

[spec] define or replace the term "concrete type" #1781

Open carljm opened 4 weeks ago

carljm commented 4 weeks ago

This term is used in a few places in the spec, but never defined. I think it is intended to mean "a type specified by the name of a Python class." We should either give a clear definition for the term, or replace its usages.

carljm commented 4 weeks ago

Might make sense to address this along with https://github.com/python/typing/issues/1779