]> 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:52:46 +0000 (13:52 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Thu, 13 Oct 2011 11:52:46 +0000 (13:52 +0200)
commit36248154a9c47283d4760b5c66402119043bbba1
treef3ec72118045d7898555359353e9b0f1b062065d
parent40ab00233ef34703db57a0806294f8bc911af551
Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one.

Also fix the builtin file class and the bz2 module, which used the same algorithm.
Misc/NEWS
Modules/_io/fileio.c
Modules/bz2module.c
Objects/fileobject.c