Speedup Enum lookup · Issue #79766 · python/cpython (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@asvetlov

Description

@asvetlov

BPO 35585
Nosy @asvetlov, @ethanfurman
PRs bpo-35585: Speed up enum by-value lookup #11318bpo-35585: Speed up enum by-value lookup #11318[3.7] bpo-35585: Speed-up building enums by value, e.g. http.HTTPStatus(200) (GH-11318) #11324

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/ethanfurman' closed_at = <Date 2018-12-26.20:52:32.162> created_at = <Date 2018-12-26.00:26:24.805> labels = ['3.8', '3.7', 'library'] title = 'Speedup Enum lookup' updated_at = <Date 2018-12-26.20:52:32.162> user = 'https://github.com/asvetlov'

bugs.python.org fields:

activity = <Date 2018-12-26.20:52:32.162> actor = 'asvetlov' assignee = 'ethan.furman' closed = True closed_date = <Date 2018-12-26.20:52:32.162> closer = 'asvetlov' components = ['Library (Lib)'] creation = <Date 2018-12-26.00:26:24.805> creator = 'asvetlov' dependencies = [] files = [] hgrepos = [] issue_num = 35585 keywords = ['patch', 'patch'] message_count = 3.0 messages = ['332524', '332558', '332562'] nosy_count = 2.0 nosy_names = ['asvetlov', 'ethan.furman'] pr_nums = ['11318', '11318', '11324'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue35585' versions = ['Python 3.7', 'Python 3.8']