gh-116622: Redirect stdout and stderr to system log when embedded in an Android app (#118063)

This commit is contained in:
Malcolm Smith 2024-04-30 15:00:31 +01:00 committed by GitHub
parent 11f8348d78
commit 3b268f4edc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 511 additions and 0 deletions

View file

@ -5,6 +5,7 @@ static const char* _Py_stdlib_module_names[] = {
"__future__",
"_abc",
"_aix_support",
"_android_support",
"_ast",
"_asyncio",
"_bisect",