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 bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927) 2021-04-23 23:00:27 +01:00
_iomodule.c gh-83004: Clean up refleak in _io initialisation (GH-98840) 2022-11-03 07:58:44 -07:00
_iomodule.h bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050) 2020-10-31 01:02:09 +01:00
bufferedio.c gh-84461: Silence some compiler warnings on WASM (GH-93978) (#94025) 2022-06-20 16:09:55 +02:00
bytesio.c bpo-40268: Remove unused structmember.h includes (GH-19530) 2020-04-15 02:35:41 +02:00
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 bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631) 2022-03-04 10:33:57 -08:00
stringio.c bpo-40268: Remove unused structmember.h includes (GH-19530) 2020-04-15 02:35:41 +02:00
textio.c [3.10] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and s… (#99842) 2022-11-28 16:57:37 +05:30
winconsoleio.c bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927) 2021-04-23 23:00:27 +01:00