On 12/01/21 2:46 pm, Larry Hastings wrote:
Using an 64-byte empty dict per object with no defined annotations seems so wasteful. And anything short of an empty dict, you'd have to guard against.
If __annotations__ were to return a read-only mapping object instead of a dict, the same empty object could be used for all annotationless objects. -- Greg _______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/FEFCXJY52F67R6XEHS4NA3HL6MB4X3I2/ Code of Conduct: http://python.org/psf/codeofconduct/