cpython/Modules/_io
Kumar Aditya a851797863
[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 53eef27133)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
2022-11-28 16:57:37 +05:30
..
clinic
_iomodule.c gh-83004: Clean up refleak in _io initialisation (GH-98840) 2022-11-03 07:58:44 -07:00
_iomodule.h
bufferedio.c gh-84461: Silence some compiler warnings on WASM (GH-93978) (#94025) 2022-06-20 16:09:55 +02:00
bytesio.c
fileio.c bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688) 2022-11-25 05:18:41 -08:00
iobase.c
stringio.c
textio.c [3.10] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and s… (#99842) 2022-11-28 16:57:37 +05:30
winconsoleio.c