MS Win32 .readline() speedup, as discussed on Python-Dev. This is a tricky
variant that never needs to "search from the right". Also fixed unlikely memory leak in get_line, if string size overflows INTMAX. Also new std test test_bufio to make sure .readline() works.
Showing
Lib/test/output/test_bufio
0 → 100644
Lib/test/test_bufio.py
0 → 100644
Please register or sign in to comment