[Python-Dev] Re: PEP: Deferred Evaluation Of Annotations Using Descriptors

2021年1月18日 15:57:36 -0800

On 1/18/21 3:42 PM, Inada Naoki wrote:
Many type hinting use cases don't need type objects in runtime.
So I think PEP 563 is better for type hinting user experience.
You mean, in situations where the user doesn't want to import the types, because of heavyweight imports or circular imports? I didn't think those were very common.
//arry/
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/P5MG5H5DFRG5UXOP7DSVZMLPAXEZTMZ6/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to