]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (#18640)
authorZackery Spytz <zspytz@gmail.com>
Mon, 28 Nov 2022 10:46:40 +0000 (02:46 -0800)
committerGitHub <noreply@github.com>
Mon, 28 Nov 2022 10:46:40 +0000 (16:16 +0530)
commit53eef27133c1da395b3b4d7ce0ab1d5b743ffb41
tree4549e5244c14603b79f0da28db8e1d8220796dfb
parent492dc02b01828f346dd62412fefc654e781de923
bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (#18640)

Co-authored-by: Oren Milman <orenmn@gmail.com>
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.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