FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.12] gh-111942: Fix SystemError in the TextIOWrapper constructor (#112061) by vstinner · Pull Request #112089 · python/cpython · GitHub

/ cpython Public

[3.12] gh-111942: Fix SystemError in the TextIOWrapper constructor (#112061) - #112089

Merged
serhiy-storchaka merged 1 commit into
python:3.12from
vstinner:test_io12
Nov 15, 2023
Merged

[3.12] gh-111942: Fix SystemError in the TextIOWrapper constructor (#112061)#112089
serhiy-storchaka merged 1 commit into
python:3.12from
vstinner:test_io12

Conversation

vstinner commented Nov 14, 2023
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

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)

Copy link
Copy Markdown
Member Author

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

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 deleted the test_io12 branch November 15, 2023 15:40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL