diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2024-12-09 05:28:57 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-09 05:28:57 (GMT) |
| commit | 2041a95e68ebf6d13f867e214ada28affa830669 (patch) | |
| tree | ca4fbf70b3557908e77de8ea2b66e99847145dda /Python/stdlib_module_names.h | |
| parent | d8d12b37b5e5acb354db84b07dab8de64a6b9475 (diff) | |
| download | cpython-2041a95e68ebf6d13f867e214ada28affa830669.zip cpython-2041a95e68ebf6d13f867e214ada28affa830669.tar.gz cpython-2041a95e68ebf6d13f867e214ada28affa830669.tar.bz2 | |
gh-126925: Modify how iOS test results are gathered (#127592)
Adds a `use_system_log` config item to enable stdout/stderr redirection for
Apple platforms. This log streaming is then used by a new iOS test runner
script, allowing the display of test suite output at runtime. The iOS test
runner script can be used by any Python project, not just the CPython test
suite.
Diffstat (limited to 'Python/stdlib_module_names.h')
| -rw-r--r-- | Python/stdlib_module_names.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/stdlib_module_names.h b/Python/stdlib_module_names.h index c8cdb93..584b050 100644 --- a/Python/stdlib_module_names.h +++ b/Python/stdlib_module_names.h @@ -6,6 +6,7 @@ static const char* _Py_stdlib_module_names[] = { "_abc", "_aix_support", "_android_support", +"_apple_support", "_ast", "_asyncio", "_bisect", |
