Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

Duplicate of https://bugs.python.org/issue3646

This was rejected because it breaks functools.singledispatch(), 
typing.NamedTuple(), and dataclasses.dataclass().  Also the space savings was 
negligible -- typically take much less space than for docstrings because the 
annotations dict consists of pointers to existing objects.

----------
nosy: +rhettinger
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40080>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to