]> granicus.if.org Git - python/commit
Merge #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear...
authorNadeem Vawda <nadeem.vawda@gmail.com>
Thu, 13 Oct 2011 11:38:14 +0000 (13:38 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Thu, 13 Oct 2011 11:38:14 +0000 (13:38 +0200)
commit72d6a13413d3dedf9979cfbd7bc41d58f52144b6
treed7a85107c3913d65df3250c2e82109e8998fbd19
parent55c991197b8dc971c1358b2b8e71fc9eaf3970c9
parentd41a98bdd9076eeadf4d3ba6d8db287e26b89777
Merge #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one.

Also fix the bz2 module, which suffered from the same problem.
Misc/NEWS
Modules/_bz2module.c
Modules/_io/fileio.c