X Tutup
Skip to content

[3.12] gh-88943: Improve syntax error for non-ASCII character that follows a numerical literal (GH-109081)#109090

Merged
Yhg1s merged 1 commit intopython:3.12from
miss-islington:backport-b2729e9-3.12
Oct 2, 2023
Merged

[3.12] gh-88943: Improve syntax error for non-ASCII character that follows a numerical literal (GH-109081)#109090
Yhg1s merged 1 commit intopython:3.12from
miss-islington:backport-b2729e9-3.12

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 7, 2023

It now points on the invalid non-ASCII character, not on the valid numerical literal.
(cherry picked from commit b2729e9)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…lows a numerical literal (pythonGH-109081)

It now points on the invalid non-ASCII character, not on the valid numerical literal.
(cherry picked from commit b2729e9)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@Yhg1s
Copy link
Member

Yhg1s commented Sep 12, 2023

FYI, I'm delaying this until 3.12.1.

@Yhg1s Yhg1s merged commit 9207c87 into python:3.12 Oct 2, 2023
@miss-islington miss-islington deleted the backport-b2729e9-3.12 branch October 2, 2023 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup