]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-116622: Android logging fixes (GH-122698) (#122719)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 16 Aug 2024 08:07:42 +0000 (10:07 +0200)
committerGitHub <noreply@github.com>
Fri, 16 Aug 2024 08:07:42 +0000 (16:07 +0800)
commit0dd89a7f4054bb68e7c201c20f939ba03732bde9
treef87774adfa15bd57102984f4765be609a22c6f5c
parent69cf92fbca9bf51c70d06bb12329f881af6f4b65
[3.13] gh-116622: Android logging fixes (GH-122698) (#122719)

gh-116622: Android logging fixes (GH-122698)

Modifies the handling of stdout/stderr redirection on Android to accomodate
the rate and buffer size limits imposed by Android's logging infrastructure.
(cherry picked from commit b0c48b8fd88f26b31ec2f743358091073277dcde)

Co-authored-by: Malcolm Smith <smith@chaquo.com>
Lib/_android_support.py
Lib/test/test_android.py
Misc/NEWS.d/next/Core and Builtins/2024-08-05-19-04-06.gh-issue-116622.3LWUzE.rst [new file with mode: 0644]