Skip to content

gh-109508: fix test_regrtest - #109509

Closed
littlebutt wants to merge 1 commit into
python:mainfrom
littlebutt:gh-109508
Closed

gh-109508: fix test_regrtest#109509
littlebutt wants to merge 1 commit into
python:mainfrom
littlebutt:gh-109508

Conversation

@littlebutt

@littlebuttlittlebutt commented Sep 17, 2023

Copy link
Copy Markdown
Contributor

@serhiy-storchakaserhiy-storchaka left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Encoding to UTF-8 can fail when path contains surrogate codes.

Printing a bytes object emits a BytesWarning.

@serhiy-storchaka

Copy link
Copy Markdown
Member

It was already fixed in #109537.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@littlebutt@serhiy-storchaka