]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and s… (#99842)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Mon, 28 Nov 2022 11:27:37 +0000 (16:57 +0530)
committerGitHub <noreply@github.com>
Mon, 28 Nov 2022 11:27:37 +0000 (16:57 +0530)
commita8517978631535be8b42636922c4bd249d9f8c68
tree7c0c0f70111442903eb5e1e73220199046f2e579
parentb1c148c1be73bcd65350e2fc7833db773a08b798
[3.10] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and s… (#99842)

[3.10] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (GH-18640)

Co-authored-by: Oren Milman <orenmn@gmail.com>
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>.
(cherry picked from commit 53eef27133c1da395b3b4d7ce0ab1d5b743ffb41)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Lib/test/test_io.py
Misc/NEWS.d/next/Core and Builtins/2020-02-23-23-48-15.bpo-31718.sXko5e.rst [new file with mode: 0644]
Modules/_io/textio.c