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 iomintz
Recipients iomintz
Date 2019-10-03.23:04:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570143889.18.0.0994959118678.issue38366@roundup.psfhosted.org>
In-reply-to
Content
The dataclasses._hash_action table is currently a bit hard to read. It could be generated once from the if-else tree written in https://bugs.python.org/issue32929#msg312829 instead, which would both be easier to read and easier to maintain, while still maintaining the efficiency of the current dictionary.
History
Date User Action Args
2019-10-03 23:04:49iomintzsetrecipients: + iomintz
2019-10-03 23:04:49iomintzsetmessageid: <1570143889.18.0.0994959118678.issue38366@roundup.psfhosted.org>
2019-10-03 23:04:49iomintzlinkissue38366 messages
2019-10-03 23:04:49iomintzcreate