()
| 74 | |
| 75 | |
| 76 | def _configure_process_runtime() -> None: |
| 77 | os.environ.setdefault("PYTHONIOENCODING", "utf-8") |
| 78 | _configure_stdio_utf8() |
| 79 | _configure_local_no_proxy() |
| 80 | _configure_asyncio_policy() |
| 81 | _suppress_known_runtime_warnings() |
| 82 | |
| 83 | |
| 84 | _configure_process_runtime() |
no test coverage detected