BPO | [45885](https://bugs.python.org/issue45885) --- | :--- Nosy | @markshannon, @brandtbucher, @sweeneyde PRs | python/cpython#29734python/cpython#31040python/cpython#31516 *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: ```python assignee = None closed_at = created_at = labels = ['interpreter-core', '3.11', 'performance'] title = 'Specialize COMPARE_OP' updated_at = user = 'https://github.com/sweeneyde' ``` bugs.python.org fields: ```python activity = actor = 'Mark.Shannon' assignee = 'none' closed = True closed_date = closer = 'Dennis Sweeney' components = ['Interpreter Core'] creation = creator = 'Dennis Sweeney' dependencies = [] files = [] hgrepos = [] issue_num = 45885 keywords = ['patch'] message_count = 5.0 messages = ['406887', '406930', '407577', '412441', '413784'] nosy_count = 3.0 nosy_names = ['Mark.Shannon', 'brandtbucher', 'Dennis Sweeney'] pr_nums = ['29734', '31040', '31516'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'performance' url = 'https://bugs.python.org/issue45885' versions = ['Python 3.11'] ``` ### Linked PRs * gh-100278