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

2021年1月12日 08:30:21 -0800

On 1/11/21 5:37 PM, Larry Hastings wrote:
I'll have to let people with large code bases speak up about this, but my understanding is that most people would prefer Python to use less memory. On my 64-bit Linux machine, a code object is 136 bytes, its empty __dict__ is 64 bytes, [...]
Oops: where I said "a code object is 136 bytes", I meant, a /function/ object is 136 bytes. We regret the error.
//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/XPEY2HJLVBW23YWQ7SK4YBNKMNW53GFT/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to