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.
Showing
Please register or sign in to comment
Also fix the builtin file class and the bz2 module, which used the same algorithm.