gh-109425: regrtest decodes worker stdout with backslashreplace#109428
gh-109425: regrtest decodes worker stdout with backslashreplace#109428vstinner merged 1 commit intopython:mainfrom
Conversation
c93c199 to
cc4e6de
Compare
libregrtest now decodes stdout of test worker processes with the "backslashreplace" error handler to log corrupted stdout, instead of failing with an error and not logging the stdout.
cc4e6de to
51fbbc6
Compare
|
|
|
libregrtest now decodes stdout of test worker processes with the "backslashreplace" error handler to log corrupted stdout, instead of failing with an error and not logging the stdout.