mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
We don't need to keep the whole line in memory, the first character is sufficient. Moreover, exception handling is faster in python than explicitly checking for None.