]> granicus.if.org Git - python/commit
Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear...
authorNadeem Vawda <nadeem.vawda@gmail.com>
Thu, 13 Oct 2011 11:34:16 +0000 (13:34 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Thu, 13 Oct 2011 11:34:16 +0000 (13:34 +0200)
commitd41a98bdd9076eeadf4d3ba6d8db287e26b89777
tree41e6908d7d713d1981060eded58e10c00098850c
parentf1ab47ebc4d6f6cdb0ea7f9ec73d874aae03a1f2
Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one.

Also fix the bz2 module, whose classes used the same algorithm.
Misc/NEWS
Modules/_io/fileio.c
Modules/bz2module.c