-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed as not planned
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
# The following parses just fine:
line1="""
this has \u21A9 in it
"""
# This fails to parse:
line2="""
this has \U21A9 in it
"""
The error message is unicodeescape' codec can't decode bytes in position...
CPython versions tested on:
3.13
Operating systems tested on:
macOS
Metadata
Metadata
Assignees
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error