Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Merged
hugovk merged 1 commit into
python:3.14python/cpython:3.14from
miss-islington:backport-0ac377f-3.14miss-islington/cpython:backport-0ac377f-3.14Copy head branch name to clipboard
Sep 29, 2025
Merged

[3.14] Make Android streams respect the unbuffered (-u) option (GH-138806)#139108
hugovk merged 1 commit into
python:3.14python/cpython:3.14from
miss-islington:backport-0ac377f-3.14miss-islington/cpython:backport-0ac377f-3.14Copy head branch name to clipboard

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>
@freakboy3742

Copy link
Copy Markdown
Contributor

Assigning to @hugovk while to the 3.14 branch block is in place.

@hugovk hugovk merged commit 7a65a47 into python:3.14 Sep 29, 2025
54 checks passed
@miss-islington miss-islington deleted the backport-0ac377f-3.14 branch January 2, 2026 16:38
Sign up for free to 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.

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.