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

2021年8月12日 01:20:15 -0700

Lazy loading code object solves only a half of the problem.
I am worrying about function objects for annotation too.
Function objects are heavier than code objects. And they are GC-tracked objects.
I want to know how we can reduce the function objects created for
annotation in PEP 649, before deprecating PEP 563.
-- 
Inada Naoki <[email protected]>
_______________________________________________
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/OTZ4EPAQ2DTOIFFRBNG5CDMSRBKDUME5/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to