diff options
author | Victor Stinner <vstinner@python.org> | 2023-11-15 13:55:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-15 13:55:46 (GMT) |
commit | 1445d77282f9082f3fecde772ddf6bb2f5a383f1 (patch) | |
tree | 0c94d2b0777b2f9c67c6debc5c3cdc3b63a58fdc /Doc/distributing | |
parent | 91a33fde4826967aa929e53a234aff8a419c5166 (diff) | |
download | cpython-1445d77282f9082f3fecde772ddf6bb2f5a383f1.zip cpython-1445d77282f9082f3fecde772ddf6bb2f5a383f1.tar.gz cpython-1445d77282f9082f3fecde772ddf6bb2f5a383f1.tar.bz2 |
[3.12] gh-111942: Fix SystemError in the TextIOWrapper constructor (GH-112061) (GH-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 9302f05f9af07332c414b3c19003efd1b1763cf3)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Doc/distributing')
0 files changed, 0 insertions, 0 deletions