dataclasses: use function dispatch instead of multiple tests for adding hash · Issue #77315 · python/cpython (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@ericvsmith

Description

@ericvsmith

BPO 33134
Nosy @rhettinger, @ericvsmith, @miss-islington
PRs bpo-33134: dataclasses: use function dispatch table for hash, instead of a string lookup which then is tested with if tests. #6222[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) #6224

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/ericvsmith' closed_at = <Date 2018-03-25.02:32:58.183> created_at = <Date 2018-03-24.21:11:21.831> labels = ['3.8', '3.7', 'library'] title = 'dataclasses: use function dispatch instead of multiple tests for adding hash' updated_at = <Date 2018-03-25.02:32:58.183> user = 'https://github.com/ericvsmith'

bugs.python.org fields:

activity = <Date 2018-03-25.02:32:58.183> actor = 'eric.smith' assignee = 'eric.smith' closed = True closed_date = <Date 2018-03-25.02:32:58.183> closer = 'eric.smith' components = ['Library (Lib)'] creation = <Date 2018-03-24.21:11:21.831> creator = 'eric.smith' dependencies = [] files = [] hgrepos = [] issue_num = 33134 keywords = ['patch'] message_count = 4.0 messages = ['314385', '314389', '314390', '314391'] nosy_count = 3.0 nosy_names = ['rhettinger', 'eric.smith', 'miss-islington'] pr_nums = ['6222', '6224'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue33134' versions = ['Python 3.7', 'Python 3.8']