Message365130
| 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:40 | rhettinger | set | recipients: + rhettinger, eric.smith, pablogsal, BTaskaya |
| 2020-03-27 02:48:40 | rhettinger | set | messageid: <1585277320.44.0.804537540848.issue40080@roundup.psfhosted.org> |
| 2020-03-27 02:48:40 | rhettinger | link | issue40080 messages |
| 2020-03-27 02:48:39 | rhettinger | create | |