-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)performancePerformance or resource usagePerformance or resource usage
Description
| BPO | 23573 |
|---|---|
| Nosy | @vstinner, @tiran, @serhiy-storchaka |
| Files |
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/serhiy-storchaka'
closed_at = <Date 2015-07-21.05:26:24.382>
created_at = <Date 2015-03-03.13:53:30.918>
labels = ['interpreter-core', 'performance']
title = 'Avoid redundant allocations in str.find and like'
updated_at = <Date 2015-07-21.05:26:24.380>
user = 'https://github.com/serhiy-storchaka'bugs.python.org fields:
activity = <Date 2015-07-21.05:26:24.380>
actor = 'serhiy.storchaka'
assignee = 'serhiy.storchaka'
closed = True
closed_date = <Date 2015-07-21.05:26:24.382>
closer = 'serhiy.storchaka'
components = ['Interpreter Core']
creation = <Date 2015-03-03.13:53:30.918>
creator = 'serhiy.storchaka'
dependencies = []
files = ['38315', '39944']
hgrepos = []
issue_num = 23573
keywords = ['patch']
message_count = 10.0
messages = ['237137', '239171', '239187', '239209', '239211', '239212', '239213', '239220', '246901', '247002']
nosy_count = 4.0
nosy_names = ['vstinner', 'christian.heimes', 'python-dev', 'serhiy.storchaka']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'performance'
url = 'https://bugs.python.org/issue23573'
versions = ['Python 3.5', 'Python 3.6']Metadata
Metadata
Assignees
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)performancePerformance or resource usagePerformance or resource usage