Skip to content

Confusing error message for non-ASCII byte literals #29088

Closed
@solson

Description

@solson

Playpen: http://is.gd/DB2ZBU

Code like b'→' that puts a unicode character in a byte literal gets a confusing error message:

<anon>:2:7: 2:8 error: byte constant must be ASCII. Use a \xHH escape for a non-ASCII byte: \u{2192}
<anon>:2     b'→'
               ^

A lot of people read this as if the part after the colon is in reference to "use a \xHH escape", so it should show an example of that, but it really is just displaying the char that is in error, though somewhat obfuscated by using the codepoint instead of the actual char.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-diagnosticsArea: Messages for errors, warnings, and lints

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions