Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
Bug description:
The Android stdout and stderr tests include an assertion that both streams are set toerrors="backslashreplace", which is the most useful setting for redirecting the streams to the Android log. However, this test only passed because the CPython test harness reconfigures stdout – outside of the tests, it's set tosurrogateescape.
CPython versions tested on:
3.13
Operating systems tested on:
No response