]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (GH...
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Mon, 28 Nov 2022 11:17:33 +0000 (16:47 +0530)
committerGitHub <noreply@github.com>
Mon, 28 Nov 2022 11:17:33 +0000 (16:47 +0530)
commit6f658dd60dc759b5cb146f321bff06a8417abaf4
tree2bfe838e1e20da0dcc84b0e433fb4a03353a40e8
parent1e327059a320672669693400460a32bfe433bdbc
[3.11] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (GH-18640) (#99841)

Co-authored-by: Oren Milman <orenmn@gmail.com>
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
(cherry picked from commit 53eef27133c1da395b3b4d7ce0ab1d5b743ffb41)
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