]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116622: Android logging fixes (#122698)
authorMalcolm Smith <smith@chaquo.com>
Tue, 6 Aug 2024 04:28:58 +0000 (05:28 +0100)
committerGitHub <noreply@github.com>
Tue, 6 Aug 2024 04:28:58 +0000 (12:28 +0800)
commitb0c48b8fd88f26b31ec2f743358091073277dcde
tree846ffd971d2ac064e8bdf9280b61f46c4fe97d5b
parent35ae4aab1aae93c1c11c45ac431787ff79ce7907
gh-116622: Android logging fixes (#122698)

Modifies the handling of stdout/stderr redirection on Android to accomodate
the rate and buffer size limits imposed by Android's logging infrastructure.
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]