cpython/Modules/_io
Bénédikt Tran 1988003625
gh-111178: fix UBSan failures in Modules/_io/*.c (GH-129083)
* fix UBSan failures for `buffered`, `rwpair`, `bytesio`, `bytesiobuf`, `iobase`, `stringio`, `nldecoder_object`, `textio`, `winconsoleio`

* arg names: use 'dummy' for NOARGS method and 'args' for others
2025-02-08 14:21:32 +01:00
..
clinic gh-111178: Generate correct signature for most self converters (#128447) 2025-01-20 12:40:18 +01:00
_iomodule.c gh-90102: Remove isatty call during regular open (#124922) 2024-10-08 08:50:42 +02:00
_iomodule.h gh-101819: Isolate _io (#101948) 2023-05-15 09:26:27 +00:00
bufferedio.c gh-111178: fix UBSan failures in Modules/_io/*.c (GH-129083) 2025-02-08 14:21:32 +01:00
bytesio.c gh-111178: fix UBSan failures in Modules/_io/*.c (GH-129083) 2025-02-08 14:21:32 +01:00
fileio.c gh-111178: fix UBSan failures in Modules/_io/*.c (GH-129083) 2025-02-08 14:21:32 +01:00
iobase.c gh-111178: fix UBSan failures in Modules/_io/*.c (GH-129083) 2025-02-08 14:21:32 +01:00
stringio.c gh-111178: fix UBSan failures in Modules/_io/*.c (GH-129083) 2025-02-08 14:21:32 +01:00
textio.c gh-111178: fix UBSan failures in Modules/_io/*.c (GH-129083) 2025-02-08 14:21:32 +01:00
winconsoleio.c gh-111178: fix UBSan failures in Modules/_io/*.c (GH-129083) 2025-02-08 14:21:32 +01:00