Skip to content

Better fallbacks for UnicodeEncodeError  #289

Open
@Erotemic

Description

@Erotemic

In 3.13, CPython added utf8 characters to a module that was profiled, which exposed an issue on the windows CI. Currently this is being worked around by simply not printing the offending text, but this is a hacky solution and we should probably just replace the utf character with a placeholder.

This workaround was introduced here: #287

On this line:

except UnicodeEncodeError:

I think this should be easy, but I don't currently have the cycles to test it. Looking for some help on this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomershelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions