◐ Shell
clean mode source ↗

[3.13] Make Android streams respect the unbuffered (`-u`) option (GH-138806) by miss-islington · Pull Request #139110 · python/cpython

…38806)

Android pipes stdout/stderr to the log, which means every write to the log
becomes a separate log line. As a result, most practical uses of stdout/stderr
should be buffered; but it doesn't hurt to preserve unbuffered handling in case
it's useful.
(cherry picked from commit 0ac377f)

Co-authored-by: Malcolm Smith <smith@chaquo.com>