Skip to content

[3.14] gh-154936: Fix JSON control character error position (GH-154941) - #154975

Merged
hugovk merged 1 commit into
python:3.14from
miss-islington:backport-adf836e-3.14
Jul 31, 2026
Merged

[3.14] gh-154936: Fix JSON control character error position (GH-154941)#154975
hugovk merged 1 commit into
python:3.14from
miss-islington:backport-adf836e-3.14

Conversation

@miss-islington

@miss-islington miss-islington commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Report the index of the invalid literal control character instead of
the following index in the pure Python decoder.
(cherry picked from commit adf836e)

Co-authored-by: yangbaechu 45089264+yangbaechu@users.noreply.github.com

…154941)

Report the index of the invalid literal control character instead of
the following index in the pure Python decoder.
(cherry picked from commit adf836e)

Co-authored-by: yangbaechu <45089264+yangbaechu@users.noreply.github.com>
@python-cla-bot

python-cla-bot Bot commented Jul 31, 2026

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.

CLA signed

@hugovk
hugovk merged commit c019c44 into python:3.14 Jul 31, 2026
50 of 53 checks passed
@miss-islington
miss-islington deleted the backport-adf836e-3.14 branch July 31, 2026 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants