Skip to content

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Nov 14, 2023

In non-debug more the check for the "errors" argument is skipped, and then PyUnicode_AsUTF8() can fail, but its result was not checked.

Co-authored-by: Victor Stinner vstinner@python.org
(cherry picked from commit 9302f05)

…thon#112061)

In non-debug more the check for the "errors" argument is skipped,
and then PyUnicode_AsUTF8() can fail, but its result was not checked.

Co-authored-by: Victor Stinner <vstinner@python.org>
(cherry picked from commit 9302f05)
@vstinner
Copy link
Member Author

"Check if generated files are up to date" job failed because of quay.io server issue: #112088

@serhiy-storchaka serhiy-storchaka merged commit 1445d77 into python:3.12 Nov 15, 2023
serhiy-storchaka added a commit to miss-islington/cpython that referenced this pull request Nov 15, 2023
…tor (pythonGH-112061) (pythonGH-112089)

In non-debug more the check for the "errors" argument is skipped,
and then PyUnicode_AsUTF8() can fail, but its result was not checked.

Co-authored-by: Victor Stinner <vstinner@python.org>
(cherry picked from commit 9302f05)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@vstinner vstinner deleted the test_io12 branch November 15, 2023 15:40
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.

2 participants