Skip to content

[3.13] Make Android streams respect the unbuffered (-u) option (GH-138806) - #139110

Merged
Yhg1s merged 1 commit into
python:3.13from
miss-islington:backport-0ac377f-3.13
Sep 18, 2025
Merged

[3.13] Make Android streams respect the unbuffered (-u) option (GH-138806)#139110
Yhg1s merged 1 commit into
python:3.13from
miss-islington:backport-0ac377f-3.13

Conversation

@miss-islington

Copy link
Copy Markdown
Contributor

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

…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>
@Yhg1s
Yhg1s merged commit 5e59aef into python:3.13Sep 18, 2025
72 of 74 checks passed
@miss-islington
miss-islington deleted the backport-0ac377f-3.13 branch January 2, 2026 16:38
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@miss-islington@Yhg1s@mhsmith