_io.FileIO uses a quadratic-time buffer growth algorithm · Issue #57368 · python/cpython (original) (raw)
BPO | 13159 |
---|---|
Nosy | @pitrou, @vstinner, @benjaminp |
Files | buffer-growth.diff |
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 = None closed_at = <Date 2011-10-13.14:01:59.975> created_at = <Date 2011-10-12.16:02:00.072> labels = ['expert-IO', 'performance'] title = '_io.FileIO uses a quadratic-time buffer growth algorithm' updated_at = <Date 2011-10-13.14:01:59.973> user = 'https://bugs.python.org/nadeemvawda'
bugs.python.org fields:
activity = <Date 2011-10-13.14:01:59.973> actor = 'nadeem.vawda' assignee = 'nadeem.vawda' closed = True closed_date = <Date 2011-10-13.14:01:59.975> closer = 'nadeem.vawda' components = ['IO'] creation = <Date 2011-10-12.16:02:00.072> creator = 'nadeem.vawda' dependencies = [] files = ['23389'] hgrepos = [] issue_num = 13159 keywords = ['patch'] message_count = 7.0 messages = ['145403', '145418', '145443', '145448', '145449', '145450', '145453'] nosy_count = 6.0 nosy_names = ['pitrou', 'vstinner', 'nadeem.vawda', 'benjamin.peterson', 'stutzbach', 'python-dev'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'performance' url = 'https://bugs.python.org/issue13159' versions = ['Python 2.7', 'Python 3.2', 'Python 3.3']