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 miss-islington
Recipients eric.smith, miss-islington, rhettinger
Date 2018-03-25.02:31:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521945091.91.0.467229070634.issue33134@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 9989efbb653e8cbd08e51b4d79d094605c8b23b8 by Miss Islington (bot) in branch '3.7':
bpo-33134: dataclasses: use function dispatch table for hash, instead of a string lookup which then is tested with if tests. (GH-6222)
https://github.com/python/cpython/commit/9989efbb653e8cbd08e51b4d79d094605c8b23b8
History
Date User Action Args
2018-03-25 02:31:31miss-islingtonsetrecipients: + miss-islington, rhettinger, eric.smith
2018-03-25 02:31:31miss-islingtonsetmessageid: <1521945091.91.0.467229070634.issue33134@psf.upfronthosting.co.za>
2018-03-25 02:31:31miss-islingtonlinkissue33134 messages
2018-03-25 02:31:31miss-islingtoncreate