]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Grow the string buffer at a mildly exponential rate for the getc version
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sat, 23 Mar 2002 19:41:34 +0000 (19:41 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sat, 23 Mar 2002 19:41:34 +0000 (19:41 +0000)
commit3a204a7e481883d277f7c093fabf9632746571d7
tree41dd93602799aa240ff7228b6c9deb350fdf2ac0
parentddea208be9e2a8fa281e25ebbc890378dd2aa286
Grow the string buffer at a mildly exponential rate for the getc version
of get_line.  This makes test_bufio finish in 1.7 seconds instead of 57
seconds on my machine (with Py_DEBUG defined).

Also, rename the local variables n1 and n2 to used_v_size and
total_v_size.
Objects/fileobject.c