Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner 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
MemberAuthor

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

@serhiy-storchakaserhiy-storchaka merged commit 1445d77 into python:3.12Nov 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>
@vstinnervstinner deleted the test_io12 branch November 15, 2023 15:40
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bugAn unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vstinner@serhiy-storchaka