This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients BTaskaya, eric.smith, pablogsal, rhettinger
Date 2020-03-27.02:48:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585277320.44.0.804537540848.issue40080@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-03-27 02:48:40rhettingersetrecipients: + rhettinger, eric.smith, pablogsal, BTaskaya
2020-03-27 02:48:40rhettingersetmessageid: <1585277320.44.0.804537540848.issue40080@roundup.psfhosted.org>
2020-03-27 02:48:40rhettingerlinkissue40080 messages
2020-03-27 02:48:39rhettingercreate