mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +00:00
gh-116622: Redirect stdout and stderr to system log when embedded in an Android app (#118063)
This commit is contained in:
parent
11f8348d78
commit
3b268f4edc
7 changed files with 511 additions and 0 deletions
1
Python/stdlib_module_names.h
generated
1
Python/stdlib_module_names.h
generated
|
|
@ -5,6 +5,7 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"__future__",
|
||||
"_abc",
|
||||
"_aix_support",
|
||||
"_android_support",
|
||||
"_ast",
|
||||
"_asyncio",
|
||||
"_bisect",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue