cpython/Modules/_io
Kumar Aditya 6f658dd60d
[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 53eef27133)
2022-11-28 16:47:33 +05:30
..
clinic gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210) 2022-05-03 20:25:41 +02:00
_iomodule.c gh-83004: Clean up refleak in _io initialisation (GH-98840) 2022-11-06 06:03:52 -08:00
_iomodule.h
bufferedio.c gh-84461: Silence some compiler warnings on WASM (GH-93978) 2022-06-20 05:08:14 -07:00
bytesio.c
fileio.c bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688) 2022-11-25 05:20:00 -08:00
iobase.c
stringio.c
textio.c [3.11] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (GH-18640) (#99841) 2022-11-28 16:47:33 +05:30
winconsoleio.c